diff --git a/.github/workflows/ValidatePullRequest.yml b/.github/workflows/ValidatePullRequest.yml index 278deda58..5e86dc811 100644 --- a/.github/workflows/ValidatePullRequest.yml +++ b/.github/workflows/ValidatePullRequest.yml @@ -15,6 +15,14 @@ jobs: --logger "GitHubActions;summary.includePassedTests=true;summary.includeSkippedTests=true" -- RunConfiguration.CollectSourceInformation=true + no_warnings: + runs-on: ubuntu-latest + name: No Warnings + steps: + - uses: actions/checkout@v2 + - uses: actions/setup-dotnet@v3 + - run: > + dotnet build CSharpier.slnx -c release -p:TreatWarningsAsErrors=true builds_playground: runs-on: ubuntu-latest name: Builds Playground diff --git a/.run/Debug msbuild.run.xml b/.run/Debug CLI.run.xml similarity index 84% rename from .run/Debug msbuild.run.xml rename to .run/Debug CLI.run.xml index b63cd2d2a..794c565a8 100644 --- a/.run/Debug msbuild.run.xml +++ b/.run/Debug CLI.run.xml @@ -1,17 +1,12 @@ - +