From 74cda611346cf830542c996bade67ac0a9ae1fb4 Mon Sep 17 00:00:00 2001 From: Utkarsh Umesan Pillai Date: Wed, 23 Nov 2022 11:23:14 -0800 Subject: [PATCH] Update package workflow for runtime (#793) * Update package workflow for instrumentation runtime --- .github/workflows/package-Instrumentation.Runtime.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/package-Instrumentation.Runtime.yml b/.github/workflows/package-Instrumentation.Runtime.yml index a8a47a6e91..00d7acdd24 100644 --- a/.github/workflows/package-Instrumentation.Runtime.yml +++ b/.github/workflows/package-Instrumentation.Runtime.yml @@ -26,6 +26,10 @@ jobs: with: fetch-depth: 0 # fetching all + - uses: actions/setup-dotnet@v3.0.3 + with: + dotnet-version: '7.0.x' + - name: Install dependencies run: dotnet restore src/${{env.PROJECT}}