Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 001da52

Browse files
committed
Use Analog On-Prem pool for publishing
Analog-1ES-WindowsLatest doesn't seem to have file share access.
1 parent 0a2a75e commit 001da52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Pipelines/Templates/Publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
continueOnError: false
88
displayName: Publish Packages to Feeds
99
pool:
10-
name: Analog-1ES-WindowsLatest
10+
name: Analog On-Prem
1111
environment: 'SpatialAudio-Unity Release Approval'
1212
strategy:
1313
runOnce:
@@ -26,4 +26,4 @@ jobs:
2626
workingFile: Source\Plugins\IsacPluginGenerator\Assets\Microsoft.SpatialAudio.Spatializer.Unity\.npmrc
2727
customEndpoint: 'aipmr MixedReality-Unity-Packages'
2828
- script: python tools\upm_package.py -s $(Pipeline.Workspace)\BuildArtifacts -o $(Pipeline.Workspace)\npm -v $(ProductVersion) -p
29-
displayName: Publish NPM Package to Public UPM Feed
29+
displayName: Publish NPM Package to Public UPM Feed

0 commit comments

Comments
 (0)