Skip to content

Commit

Permalink
Remove network isolation from Official Build (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfederm authored Jul 23, 2024
1 parent becf0aa commit bebfac1
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .azuredevops/pipelines/official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@ resources:
type: git
name: 1ESPipelineTemplates/MicroBuildTemplate
ref: refs/tags/release
parameters:
- name: NetworkIsolationMode
displayName: 'Network Isolation Mode'
type: string
default: Disabled
values:
- Disabled
- Audit
- Enforce

variables:
- template: /.azuredevops/pipelines/templates/variables.yml@self
- name: SignType
Expand Down Expand Up @@ -73,9 +65,6 @@ extends:
targetPath: $(ArtifactsDirectory)
artifactName: artifacts
steps:
- template: templates\network-isolation.yml
parameters:
NetworkIsolationMode: ${{ parameters.NetworkIsolationMode }}
- task: PowerShell@2
displayName: 'Update SignType, Build Number, and Add Build Tag for tagged commits'
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v'))
Expand Down

0 comments on commit bebfac1

Please sign in to comment.