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 0c60e2e commit 85ca08dCopy full SHA for 85ca08d
azure-pipelines.yml
@@ -17,6 +17,8 @@ steps:
17
- task: NuGetCommand@2
18
inputs:
19
restoreSolution: '$(solution)'
20
+ feedsToUse: config
21
+ nugetConfigPath: source/NuGet.config
22
23
- task: VSBuild@1
24
@@ -28,3 +30,13 @@ steps:
28
30
29
31
platform: '$(buildPlatform)'
32
configuration: '$(buildConfiguration)'
33
+
34
+- task: PublishBuildArtifacts@1
35
36
+- task: NuGetCommand@2
37
+ inputs:
38
+ command: push
39
+ nuGetFeedType: external
40
+ publishFeedCredentials: 'MyGet'
41
+ versioningScheme: byEnvVar
42
+ versionEnvVar: Version
0 commit comments