We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98d493 commit b77b590Copy full SHA for b77b590
2 files changed
.azure-pipelines/signjars-nightly.yml
@@ -62,6 +62,7 @@ extends:
62
feedSource: 'https://mseng.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json'
63
env:
64
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
65
+ MicroBuildOutputFolderOverride: '$(Agent.TempDirectory)'
66
- task: JavaToolInstaller@0
67
displayName: Use Java 21
68
inputs:
.azure-pipelines/signjars-rc.yml
@@ -57,6 +57,7 @@ extends:
57
58
59
60
61
0 commit comments