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