We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12bb9f5 commit 28b8939Copy full SHA for 28b8939
src/Sotsera.Sources.Common/Sotsera.Sources.Common.csproj
@@ -39,13 +39,6 @@
39
</PackageReference>
40
</ItemGroup>
41
42
- <Target Name="MyTarget" AfterTargets="MinVer">
43
- <PropertyGroup>
44
- <GITHUB_RUN_NUMBER Condition="'$(GITHUB_RUN_NUMBER)' == ''">0</GITHUB_RUN_NUMBER>
45
- <FileVersion>$(MinVerMajor).$(MinVerMinor).$(MinVerPatch).$(GITHUB_RUN_NUMBER)</FileVersion>
46
- </PropertyGroup>
47
- </Target>
48
-
49
<ItemGroup>
50
<None Include="../../Readme.md;../../icon.png" Pack="true" PackagePath="/" Visible="false" />
51
<None Include="Sotsera.Sources.Common.props" Pack="true" PackagePath="build/" Visible="true" Action="Compile" />
0 commit comments