From 245ac9002c9b7a32e72b4c31e6763d747126e744 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Fri, 3 May 2024 00:36:34 -0500 Subject: [PATCH] Update ADO pipeline (#472) --- build/DirectXTex-OneFuzz.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build/DirectXTex-OneFuzz.yml b/build/DirectXTex-OneFuzz.yml index 28ef41d..e45da56 100644 --- a/build/DirectXTex-OneFuzz.yml +++ b/build/DirectXTex-OneFuzz.yml @@ -27,10 +27,7 @@ name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r) variables: VS_GENERATOR: 'Visual Studio 17 2022' WIN11_SDK: '10.0.22000.0' - BUGFILING_PAT: $(BugFilingPAT) GITHUB_PAT: $(GITHUBPUBLICTOKEN) - ONEFUZZ_PAT: $(OneFuzzPAT) - CODECOV_PAT: $(CodeCoveragePAT) pool: vmImage: windows-2022 @@ -146,7 +143,4 @@ jobs: onefuzzOSes: 'Windows' env: onefuzzDropDirectory: $(Build.SourcesDirectory)\.drop - onefuzzDropPAT: $(ONEFUZZ_PAT) SYSTEM_ACCESSTOKEN: $(System.AccessToken) - onefuzzBugFilingPAT: $(BUGFILING_PAT) - onefuzzCodeCoveragePAT: $(CODECOV_PAT)