Skip to content

Commit ecd4665

Browse files
authored
Merge pull request #30 from nanoframework/release-v1.11.0
Release release-v1.11.0 ***PUBLISH_RELEASE***
2 parents 3c29a6a + 9e4d688 commit ecd4665

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

source/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
},

0 commit comments

Comments
 (0)