From 334916d2db5b5da485db29cb6f5c2e43e194b933 Mon Sep 17 00:00:00 2001 From: RGBKnights Date: Sat, 29 Jan 2022 17:10:30 -0500 Subject: [PATCH] updated the publish pipeline as well --- .github/workflows/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 42afde8..4fe9545 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -64,10 +64,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Setup .NET Core + - name: Setup .NET 6 uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.1.301 + dotnet-version: "6.0.x" - name: Restore run: dotnet restore - name: Build