Skip to content

Commit b339cb5

Browse files
authored
Update build definition to use new PAT
1 parent 3774d7e commit b339cb5

4 files changed

Lines changed: 5 additions & 14 deletions

File tree

.pipelines/iis.compression.build.dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resources:
1414
- repository: MicrosoftIISCommon
1515
type: github
1616
name: Microsoft/IIS.Common
17-
endpoint: GitHub-IIS-PAT
17+
endpoint: GitHub-IIS-Token
1818

1919
jobs:
2020
- template: .azure\templates\build.yml@MicrosoftIISCommon
@@ -25,4 +25,4 @@ jobs:
2525
productMajor: 1
2626
productMinor: 0
2727
signType: 'test'
28-
publishArtifactInstallers: 'true'
28+
publishArtifactInstallers: 'true'

.pipelines/iis.compression.build.official.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resources:
88
- repository: MicrosoftIISCommon
99
type: github
1010
name: Microsoft/IIS.Common
11-
endpoint: GitHub-IIS-PAT
11+
endpoint: GitHub-IIS-Token
1212

1313
jobs:
1414
- template: .azure\templates\build.yml@MicrosoftIISCommon
@@ -22,4 +22,4 @@ jobs:
2222
indexSourcesAndPublishSymbols: 'true'
2323
publishArtifactInstallers: 'true'
2424
publishArtifactSources: 'true'
25-
whiteListPathForAuthenticodeSign: '$(Build.SourcesDirectory)\IIS-Common\.azure\templates\no_authenticode.txt'
25+
whiteListPathForAuthenticodeSign: '$(Build.SourcesDirectory)\IIS-Common\.azure\templates\no_authenticode.txt'

IIS-Common

azure-pipelines.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)