Skip to content

Commit

Permalink
try fix sourcelink and determenistic build
Browse files Browse the repository at this point in the history
  • Loading branch information
peacefighter1996 committed May 25, 2022
1 parent a1d2a33 commit 9988bbb
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions common.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<RepositoryUrl>https://github.com/peacefighter1996/Open.PackML</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>0.2.5-Alpha</Version>
<Version>0.2.6-Alpha</Version>



Expand All @@ -28,11 +28,10 @@
<LangVersion>latest</LangVersion>

</PropertyGroup>
<Target Name="BeforeBuild">
<Message Text="TF build: $(TF_BUILD)"/>
</Target>
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
</ItemGroup>
</Project>

0 comments on commit 9988bbb

Please sign in to comment.