We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffff03c commit e550e82Copy full SHA for e550e82
.github/workflows/build-samples.yml
@@ -11,7 +11,7 @@ on:
11
- 'samples/**'
12
13
jobs:
14
- build:
+ build-samples:
15
strategy:
16
matrix:
17
configuration: [Debug, Release]
@@ -41,12 +41,12 @@ jobs:
41
42
- name: Restore/Build the sample
43
run: msbuild LoginApp.sln /t:restore,build /p:Configuration=$env:Configuration
44
- working-directory: Sample
+ working-directory: samples
45
env:
46
Configuration: ${{ matrix.configuration }}
47
48
# Execute all unit tests in the solution
49
- name: Execute unit tests
50
51
run: dotnet test LoginApp.sln
52
0 commit comments