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:
247247 command : push
248248 nuGetFeedType : external
249249 packagesToPush : ' $(Build.ArtifactStagingDirectory)/*.nupkg'
250- publishFeedCredentials : ' AzureArtifacts'
250+ publishFeedCredentials : ' AzureArtifacts-nano-firmware-flasher '
251251 condition : succeeded()
252252 continueOnError : true
253253 displayName : Push NuGet packages to AzureArtifacts
@@ -259,7 +259,7 @@ jobs:
259259 nuGetFeedType : external
260260 allowPackageConflicts : true
261261 packagesToPush : ' $(Build.ArtifactStagingDirectory)/*.nupkg'
262- publishFeedCredentials : ' NuGet'
262+ publishFeedCredentials : ' NuGet-nano-firmware-flasher '
263263 condition : and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v') )
264264 continueOnError : true
265265 displayName : Push NuGet packages to NuGet
Original file line number Diff line number Diff line change 11{
22 "$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" ,
44 "assemblyVersion" : {
55 "precision" : " revision"
66 },
You can’t perform that action at this time.
0 commit comments