Skip to content

Commit 85ca08d

Browse files
committed
Update Azure pipelines CI
Signed-off-by: José Simões <jose.simoes@eclo.solutions>
1 parent 0c60e2e commit 85ca08d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

azure-pipelines.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ steps:
1717
- task: NuGetCommand@2
1818
inputs:
1919
restoreSolution: '$(solution)'
20+
feedsToUse: config
21+
nugetConfigPath: source/NuGet.config
2022

2123
- task: VSBuild@1
2224
inputs:
@@ -28,3 +30,13 @@ steps:
2830
inputs:
2931
platform: '$(buildPlatform)'
3032
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

Comments
 (0)