Skip to content

Commit

Permalink
Do not set VersionPrefix in csproj since it is set during build
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Mar 8, 2024
1 parent 128f588 commit 1d31e30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tingle.AzureCleaner/Tingle.AzureCleaner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<ToolCommandName>azrc</ToolCommandName>
<PackageId>azure-resources-cleaner</PackageId>
<UserSecretsId>e0d97303-f1d9-4a35-84ab-7df2862ec01e</UserSecretsId>
<VersionPrefix Condition="'$(GITVERSION_NUGETVERSION)' != ''">$(GITVERSION_NUGETVERSION)</VersionPrefix>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>

Expand Down

0 comments on commit 1d31e30

Please sign in to comment.