Skip to content

Commit

Permalink
now let's see how windows does
Browse files Browse the repository at this point in the history
  • Loading branch information
belav committed Dec 6, 2024
1 parent ece7876 commit 504f0f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/validate_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
dotnet tool restore
dotnet csharpier . --check
test_msbuild:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.os }}
name: Test CSharpier.MSBuild
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 0 additions & 2 deletions Tests/MsBuild/Run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ RUN dotnet build -c Release
Write-Host "::group::UnformattedFileCausesError"

$output = & dotnet build -c Release ./TestCases/UnformattedFileCausesError/Project.csproj
Write-Host "::group::Output"
Write-Host $output
Write-Host "::endgroup::"
if ($LASTEXITCODE -ne 1) {
$failureMessage += "::error::The TestCase UnformattedFileCausesError did not return an exit code of 1`n"
}
Expand Down

0 comments on commit 504f0f7

Please sign in to comment.