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 b547a76 commit 87235e4Copy full SHA for 87235e4
versionsuffix.local.props
@@ -2,7 +2,7 @@
2
<PropertyGroup Condition="'$(BuildingInsideVisualStudio)' != 'true'">
3
<VersionSuffix>dev-$([System.DateTime]::UtcNow.ToString("yyyyMMdd-HHmmss"))</VersionSuffix>
4
</PropertyGroup>
5
- <!-- Visial Studio repeatedly refreshes nuget packages if a timestamp is used -->
+ <!-- Visual Studio repeatedly refreshes nuget packages if a timestamp is used -->
6
<PropertyGroup Condition="'$(BuildingInsideVisualStudio)' == 'true'">
7
<VersionSuffix>dev</VersionSuffix>
8
0 commit comments