diff --git a/.azure/pipelines/nightly-main.yaml b/.azure/pipelines/nightly-main.yaml index 055ece9c5c..b406550eba 100644 --- a/.azure/pipelines/nightly-main.yaml +++ b/.azure/pipelines/nightly-main.yaml @@ -27,7 +27,7 @@ extends: parameters: settings: skipBuildTagsForGitHubPullRequests: true - pool: + pool: name: $(pool_name) image: orleans-build-image os: windows @@ -38,7 +38,7 @@ extends: - template: /.azure/pipelines/templates/build.yaml@self parameters: build_configuration: Release - version_prefix: '8.1.0' + version_prefix: '8.2.0' include_suffix: true version_suffix: nightly.$(Build.BuildNumber) codesign: true diff --git a/.azure/pipelines/templates/build.yaml b/.azure/pipelines/templates/build.yaml index e59d5125fb..411fab7d69 100644 --- a/.azure/pipelines/templates/build.yaml +++ b/.azure/pipelines/templates/build.yaml @@ -59,12 +59,12 @@ jobs: - output: pipelineArtifact targetPath: '$(build.sourcesdirectory)/Artifacts/${{parameters.build_configuration}}' artifactName: nuget - # Publish packages to nightly + # Publish packages to nightly - ${{ if and(eq(parameters.codesign, true), eq(parameters.publish_nightly, true)) }}: - output: nuget useDotNetTask: false packageParentPath: $(Pipeline.Workspace) - packagesToPush: $(Pipeline.Workspace)/nuget/**/*.nupkg + packagesToPush: $(build.sourcesdirectory)/Artifacts/${{parameters.build_configuration}}/**/*.nupkg nuGetFeedType: internal publishVstsFeed: 'orleans-public/orleans-nightly' allowPackageConflicts: true