Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KMadanReddy authored Oct 13, 2023
1 parent 17ffad1 commit e28802b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,13 @@ jobs:
- name: Build
run: |
write-Host "Building a sln"
echo $MSB
echo ${env:MSB}
echo $TEST
echo ${env:TEST}
echo $MSPATH
echo ${env:MSPATH}
$MSB -m -t:Rebuild /p:Configuration=Release /p:Platform="Any CPU" /fl SourceGrid_2013.sln
$MSPATH -m -t:Rebuild /p:Configuration=Release /p:Platform="Any CPU" /fl SourceGrid_2013.sln
env:
MSB: ${{ secrets.TEST }}
TEST: ${{ secrets.TEST }}

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

0 comments on commit e28802b

Please sign in to comment.