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 9cc2b9e commit 3529c7bCopy full SHA for 3529c7b
build/steps-release.yml
@@ -34,9 +34,9 @@ steps:
34
--config build/signing.json
35
--input $(Build.ArtifactStagingDirectory)/packages.zip
36
--user $(codesign_user)
37
- --secre $(codesign_secret)
+ --secret $(codesign_secret)
38
--name "ASP.NET API Versioning"
39
- --description "Adds versioning semantics to APIs build with ASP.NET"
+ --description "Adds versioning semantics to APIs built with ASP.NET"
40
--descriptionUrl "https://github.com/dotnet/aspnet-api-versioning"
41
displayName: Sign Artifacts
42
condition: false
0 commit comments