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 0adb6b5 commit 6ca293bCopy full SHA for 6ca293b
build/azure-pipelines-release-ci-cd.yaml
@@ -51,14 +51,6 @@ jobs:
51
nuGetFeedType: external
52
publishFeedCredentials: 'Akkatecture-NuGet'
53
54
- - task: NuGetCommand@2
55
- displayName: 'Push [Akkatecture]'
56
- inputs:
57
- command: push
58
- packagesToPush: 'src/Akkatecture/bin/$(BuildConfiguration)/*.nupkg'
59
- nuGetFeedType: external
60
- publishFeedCredentials: 'Akkatecture-NuGet'
61
-
62
- task: NuGetCommand@2
63
displayName: 'Push [Akkatecture.TestFixture]'
64
inputs:
0 commit comments