Skip to content

Change official build to use 1ES templates #7048

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 27 commits into from
Mar 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use even more @self
  • Loading branch information
Jo Shields committed Mar 1, 2024
commit 4e6269fb2e671d024a6448d14128854166a8de0d
6 changes: 3 additions & 3 deletions build/vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ extends:
displayName: Dotnet Server Shutdown

################################################################################
- template: /eng/common/templates/job/job.yml
- template: /eng/common/templates/job/job.yml@self
parameters:
name: Package
################################################################################
Expand Down Expand Up @@ -312,7 +312,7 @@ extends:
- script: $(Build.SourcesDirectory)/.dotnet/dotnet.exe build-server shutdown
displayName: Dotnet Server Shutdown

- template: /eng/common/templates/job/publish-build-assets.yml
- template: /eng/common/templates/job/publish-build-assets.yml@self
parameters:
dependsOn: Package
enablePublishBuildArtifacts: true
Expand All @@ -323,7 +323,7 @@ extends:
image: 1es-windows-2022-pt
os: windows

- template: /eng/common/templates/post-build/post-build.yml
- template: /eng/common/templates/post-build/post-build.yml@self
parameters:
publishingInfraVersion: 3
# This is to enable SDL runs part of Post-Build Validation Stage
Expand Down