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 102a17f commit e85ea48Copy full SHA for e85ea48
azure-pipelines.yml
@@ -75,6 +75,7 @@ jobs:
75
packagesToPack: 'src/ExchangeSharp/ExchangeSharp.csproj'
76
packDestination: '$(Build.ArtifactStagingDirectory)'
77
versioningScheme: off
78
+ - task: NuGetToolInstaller@1
79
- task: NuGetAuthenticate@0
80
displayName: 'NuGet Authenticate'
81
#- script: nuget push $(Build.ArtifactStagingDirectory)/*.nupkg -NonInteractive -Source https://pkgs.dev.azure.com/DigitalRuby/DigitalRuby/_packaging/DigitalRuby/nuget/v3/index.json -ApiKey AzureArtifacts -Verbosity Detailed
0 commit comments