File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ jobs:
247
247
command : push
248
248
nuGetFeedType : external
249
249
packagesToPush : ' $(Build.ArtifactStagingDirectory)/*.nupkg'
250
- publishFeedCredentials : ' AzureArtifacts'
250
+ publishFeedCredentials : ' AzureArtifacts-nano-firmware-flasher '
251
251
condition : succeeded()
252
252
continueOnError : true
253
253
displayName : Push NuGet packages to AzureArtifacts
@@ -259,7 +259,7 @@ jobs:
259
259
nuGetFeedType : external
260
260
allowPackageConflicts : true
261
261
packagesToPush : ' $(Build.ArtifactStagingDirectory)/*.nupkg'
262
- publishFeedCredentials : ' NuGet'
262
+ publishFeedCredentials : ' NuGet-nano-firmware-flasher '
263
263
condition : and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v') )
264
264
continueOnError : true
265
265
displayName : Push NuGet packages to NuGet
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3
- "version" : " 1.10 .0" ,
3
+ "version" : " 1.11 .0" ,
4
4
"assemblyVersion" : {
5
5
"precision" : " revision"
6
6
},
You can’t perform that action at this time.
0 commit comments