Skip to content

Commit a415d51

Browse files
authored
Merge branch 'master' into AndreasLeeb/genericMath
2 parents d48d1e3 + 3a763d7 commit a415d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ steps:
8989
NUGET_ORG_APIKEY: '$(NUGET_ORG_APIKEY)'
9090
inputs:
9191
targetType: 'inline'
92-
script: 'dotnet nuget push "*.nupkg" --skip-duplicate --api-key $(NUGET_ORG_APIKEY) --source https://api.nuget.org/v3/index.json'
92+
script: 'dotnet nuget push "*.nupkg" --skip-duplicate --api-key $NUGET_ORG_APIKEY --source https://api.nuget.org/v3/index.json'
9393
workingDirectory: '$(Build.ArtifactStagingDirectory)'
9494

9595
- task: NuGetCommand@2

0 commit comments

Comments
 (0)