workflows/test: add Build Elwig
This commit is contained in:
@ -16,6 +16,9 @@ jobs:
|
||||
- name: Restore NuGet packages
|
||||
shell: powershell
|
||||
run: $(& nuget restore Elwig.sln; $a=$lastexitcode) | findstr x*; exit $a
|
||||
- name: Build Elwig
|
||||
shell: powershell
|
||||
run: $(& msbuild -verbosity:quiet Elwig/Elwig.csproj -property:Configuration=Debug; $a=$lastexitcode) | findstr x*; exit $a
|
||||
- name: Run Tests
|
||||
shell: powershell
|
||||
run: $(& dotnet test Tests; $a=$lastexitcode) | findstr x*; exit $a
|
||||
|
Reference in New Issue
Block a user