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.
2 parents ffaf5f2 + f5fbd83 commit 9390715Copy full SHA for 9390715
docs/using/visual-studio-packaging.md
@@ -15,7 +15,7 @@ The first step is to define a build target in your `.csproj` file.
15
<Output TaskParameter="Assemblies" ItemName="myAssemblyInfo"/>
16
</GetAssemblyIdentity>
17
<Exec Command="nuget pack MyApp.nuspec -Version %(myAssemblyInfo.Version) -Properties Configuration=Release -OutputDirectory $(OutDir) -BasePath $(OutDir)" />
18
- <Exec Command="squirrel --releasify $(OutDir)MyApp.%(myAssemblyInfo.Version).nupkg" />
+ <Exec Command="squirrel --releasify $(OutDir)MyApp.$([System.Version]::Parse(%(myAssemblyInfo.Version)).ToString(3)).nupkg" />
19
</Target>
20
```
21
0 commit comments