Fix n°2 - GithubAction

pull/1/head
Swissky 2021-02-16 19:03:10 +01:00
parent f5b1b2c54c
commit d4ea4744c1
1 changed files with 0 additions and 8 deletions

View File

@ -21,14 +21,6 @@ jobs:
git submodule sync --recursive
git submodule update --init --force --recursive
# Download and install nuget.exe
- name: Setup Nuget.exe
uses: nuget/setup-nuget@v1
# Use Nuget to install dependencies
- name: Nuget Restore
run: nuget restore $Env:GITHUB_WORKSPACE\SharpLAPS\SharpLAPS.sln
# Build with MSBuild
- name: Build SharpLAPS
run: |