We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f2f3a commit 2b2fb69Copy full SHA for 2b2fb69
appveyor.yml
@@ -52,7 +52,7 @@ test:
52
- '**\*.Tests.dll'
53
54
after_test:
55
- - ps: nuget.exe pack ./Mustachio/Mustachio.nuspec -Version $env:APPVEYOR_BUILD_VERSION}
+ - ps: nuget.exe pack ./Mustachio/Mustachio.nuspec -Version $env:APPVEYOR_BUILD_VERSION
56
57
artifacts:
58
# pushing all *.nupkg files in directory
0 commit comments