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 42bf698 commit 2ba190cCopy full SHA for 2ba190c
build/steps-release.yml
@@ -35,8 +35,8 @@ steps:
35
dotnet signclient sign
36
--config build/signing.json
37
--input $(Build.ArtifactStagingDirectory)/packages.zip
38
- --user $(codesign_user)
39
- --secret $(codesign_secret)
+ --user "$(codesign_user)"
+ --secret "$(codesign_secret)"
40
--name "ASP.NET API Versioning"
41
--description "Adds versioning semantics to APIs built with ASP.NET"
42
--descriptionUrl "https://github.com/dotnet/aspnet-api-versioning"
0 commit comments