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 12, 2023
1 parent 3b0854b commit d1a6085
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,13 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Add msbuild to PATH
uses: microsoft/[email protected]
with:
vs-version: '[12.0)'



- name: Restore Packages
run: dotnet restore SourceGrid_2013.sln

- name: Build
run: msbuild -m -t:Rebuild -p:Configuration=Release -bl:continous-clearing.binlog -noconlog SourceGrid_2013.sln
run: '%ProgramFiles(x86)%\MSBuild\12.0\Bin\MSBuild.exe -m -t:Rebuild -p:Configuration=Release -bl:continous-clearing.binlog -noconlog SourceGrid_2013.sln'

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

0 comments on commit d1a6085

Please sign in to comment.