We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72d59a3 commit 920aac0Copy full SHA for 920aac0
appveyor.yml
@@ -33,8 +33,8 @@ test_script:
33
# create nuget packages =]
34
after_build:
35
- ps: dotnet pack .\HelperSharp\HelperSharp.csproj -c release -o ..\build -p:PackageVersion=$env:GitVersion_SemVer --no-build
36
- - ps: nuget pack .\HelperSharp.Mvc\HelperSharp.Mvc.csproj -OutputDirectory .\build
37
- - ps: nuget pack .\HelperSharp.WebApi\HelperSharp.WebApi.csproj -OutputDirectory .\build
+ - nuget pack .\HelperSharp.Mvc\HelperSharp.Mvc.csproj -OutputDirectory .\build
+ - nuget pack .\HelperSharp.WebApi\HelperSharp.WebApi.csproj -OutputDirectory .\build
38
39
# push artifacts
40
artifacts:
0 commit comments