Skip to content

Commit

Permalink
attempt to modernize the pipeline lol
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmaes committed Feb 12, 2022
1 parent d168e98 commit 1592489
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/DInvoke.NetFramework.CI.Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ on:
env:
MAJOR_VERSION: 1
MINOR_VERSION: 0
PATCH_VERSION: 4
PATCH_VERSION: 5
jobs:
package:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Setup Nuget.exe
uses: warrenbuckley/Setup-Nuget@v1
uses: nuget/setup-nuget@v1
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
- name: Restore packages
run: nuget restore DInvoke\DInvoke.sln
- name: Setup MSBuild.exe
Expand Down

0 comments on commit 1592489

Please sign in to comment.