From daf89686d107f6d2aab51e9f5d0f6f14a731b767 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Fri, 18 Mar 2022 19:49:50 -0700 Subject: [PATCH] chore: Updates CI/CD to use .NET 6.0.201 (#964) --- .github/workflows/build-test.yml | 2 +- azure-pipelines.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 3a2b28871..2b30cb304 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -26,7 +26,7 @@ jobs: - name: Setup .NET 6 uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.100 + dotnet-version: 6.0.201 - name: Build run: ./publish.cmd - name: Test diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 38df04622..a47ff4c5e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,7 +18,7 @@ jobs: displayName: 'Install .NET 6' inputs: packageType: sdk - version: 6.0.100 + version: 6.0.201 - task: NuGetAuthenticate@0 - script: ./publish.cmd Release win displayName: 'Build' @@ -62,7 +62,7 @@ jobs: displayName: 'Install .NET 6' inputs: packageType: sdk - version: 6.0.100 + version: 6.0.201 - task: NuGetAuthenticate@0 - script: ./publish.cmd Release $(os) displayName: 'Build'