Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
prasenjeetnath committed Oct 13, 2023
1 parent d5f7ed5 commit ac45bcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: self-hosted

env:
MSBUILD_PATH: 'C:\Program Files(x86)\MSBuild\12.0\Bin\MSBuild.exe'
MSBUILD_PATH: 'C:\Program Files (x86)\MSBuild\12.0\Bin\MSBuild.exe'

defaults:
run:
Expand All @@ -28,7 +28,7 @@ jobs:
run: dotnet restore SourceGrid_2013.sln

- name: Build
run: ${{ env.MSBUILD_PATH }} -m -t:Rebuild -p:Configuration=Release -bl:continous-clearing.binlog -noconlog SourceGrid_2013.sln
run: ${{ env.MSBUILD_PATH }} SourceGrid_2013.sln

- name: Archive Build Log
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit ac45bcd

Please sign in to comment.