Skip to content

Commit

Permalink
tweak autobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
ekolis authored Apr 20, 2020
1 parent 98cdd86 commit 1c4666b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
uses: actions/checkout@v1
- name: Build .NET Framework
run: |
cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\"
.\MSBuild.exe -t:restore
.\MSBuild.exe $Env:GITHUB_WORKSPACE
cd $Env:GITHUB_WORKSPACE
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MSBuild.exe -t:restore
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MSBuild.exe $Env:GITHUB_WORKSPACE

0 comments on commit 1c4666b

Please sign in to comment.