Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gam4er authored Apr 27, 2024
1 parent 2ba9dfa commit c3a31cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3a31cf

Please sign in to comment.