From 67a3042525b13cd1c822c0d7aec555c36bdb4eee Mon Sep 17 00:00:00 2001 From: Andrea Settimi Date: Wed, 27 Dec 2023 16:06:06 +0100 Subject: [PATCH] WIP: testin ci --- .github/workflows/rhinoplugin.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rhinoplugin.yml b/.github/workflows/rhinoplugin.yml index a55100e..466d150 100644 --- a/.github/workflows/rhinoplugin.yml +++ b/.github/workflows/rhinoplugin.yml @@ -15,10 +15,9 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Setup .NET - uses: actions/setup-dotnet@v1 - with: - dotnet-version: '4.8' # replace with your .NET version + #install net48 + - name: Install .NET Framework 4.8 + uses: microsoft/setup-msbuild@v1.0.2 - name: Restore dependencies run: dotnet restore ./CsRhino/ScriptSync.csproj # replace with your .csproj path