Skip to content

Commit 87235e4

Browse files
datacuteCopilot
andauthored
Update versionsuffix.local.props
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b547a76 commit 87235e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versionsuffix.local.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup Condition="'$(BuildingInsideVisualStudio)' != 'true'">
33
<VersionSuffix>dev-$([System.DateTime]::UtcNow.ToString("yyyyMMdd-HHmmss"))</VersionSuffix>
44
</PropertyGroup>
5-
<!-- Visial Studio repeatedly refreshes nuget packages if a timestamp is used -->
5+
<!-- Visual Studio repeatedly refreshes nuget packages if a timestamp is used -->
66
<PropertyGroup Condition="'$(BuildingInsideVisualStudio)' == 'true'">
77
<VersionSuffix>dev</VersionSuffix>
88
</PropertyGroup>

0 commit comments

Comments
 (0)