diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 80c4ac7..1a5fb67 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -22,8 +22,6 @@ jobs: run: msbuild /t:restore OutlookFormFinder.sln - name: Install specific NuGet package run: nuget install Microsoft.Office.Interop.Outlook -Version 15.0.4797.1004 - - name: Install dependencies - run: dotnet add package Microsoft.Office.Interop.Outlook - name: Build run: msbuild OutlookFormFinder.sln /p:Configuration=Release /p:Platform="Any CPU" - name: Upload a Build Artifact