Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmmych authored Apr 21, 2024
1 parent 62d1521 commit c551533
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup .NET Framework
uses: actions/setup-dotnet@v1
- name: Install .NET Framework 4.8.1 Developer Pack
uses: NuGet/setup-nuget@v1
with:
dotnet-version: '4.8.1' # Or the version of .NET Framework you want to target

- name: Restore NuGet packages
run: nuget restore Optimade.sln
nuget-version: '5.x'
- run: nuget install Microsoft.Windows.Compatibility -Version 5.0.2 -OutputDirectory C:\Microsoft.Windows.Compatibility

- name: Build
run: msbuild /p:Configuration=Release Optimade.sln
run: |
nuget restore Optimade.sln
msbuild /p:Configuration=Release Optimade.sln

0 comments on commit c551533

Please sign in to comment.