Skip to content

Commit

Permalink
Update CI.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aarani committed Jun 5, 2023
1 parent c4b76c1 commit c1db7d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yaml
Expand Up @@ -42,4 +42,6 @@ jobs:
- name: Restore dependencies
run: nuget restore ./DotNetRGS/DotNetRGS.fsproj
- name: Build
run: msbuild ./DotNetRGS/DotNetRGS.fsproj /p:Configuration=Release
run: |
mkdir buildOutput
msbuild ./DotNetRGS/DotNetRGS.fsproj /p:Configuration=Release;OutputPath=buildOutput/

0 comments on commit c1db7d7

Please sign in to comment.