From 245c2b3e29a350e3cfef2168dcb29be1fcda38f8 Mon Sep 17 00:00:00 2001 From: Utkarsh Umesan Pillai Date: Thu, 18 Aug 2022 14:49:03 -0700 Subject: [PATCH] Update pack and publish to MyGet workflow (#3589) --- .github/workflows/publish-packages-1.0.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish-packages-1.0.yml b/.github/workflows/publish-packages-1.0.yml index 27ad5397f..56346fd54 100644 --- a/.github/workflows/publish-packages-1.0.yml +++ b/.github/workflows/publish-packages-1.0.yml @@ -32,6 +32,11 @@ jobs: fetch-depth: 0 # fetching all ref: ${{ matrix.branches }} + - uses: actions/setup-dotnet@v2 + with: + dotnet-version: '7.0.x' + include-prerelease: true + - name: Install dependencies run: dotnet restore