Skip to content

Commit

Permalink
Merge branch 'main' into glennawatson-null-handling-default-view-locator
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson authored Sep 12, 2021
2 parents 56151b7 + e907a00 commit 2987311
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ on:

jobs:
build-samples:
strategy:
matrix:
configuration: [Debug, Release]

runs-on: windows-2022
steps:

Expand Down Expand Up @@ -71,7 +67,5 @@ jobs:
prerelease: true

- name: Restore/Build the sample
run: msbuild IntegrationTests.All.sln /t:restore,build /maxcpucount /p:NoPackageAnalysis=true /verbosity:minimal /p:Configuration=$env:Configuration
run: msbuild IntegrationTests.All.sln /t:restore,build /maxcpucount /p:NoPackageAnalysis=true /verbosity:minimal /p:Configuration=Release
working-directory: integrationtests
env:
Configuration: ${{ matrix.configuration }}

0 comments on commit 2987311

Please sign in to comment.