Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
prasenjeetnath authored Oct 13, 2023
1 parent 1c36f3f commit c8cdba0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
build:
runs-on: self-hosted

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

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

- name: Build
run: ${{ env.MSBUILD_PATH }} SourceGrid_2013.sln
run: C:\Program Files\MSBuild\12.0\Bin\MSBuild.exe SourceGrid_2013.sln

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

0 comments on commit c8cdba0

Please sign in to comment.