Skip to content

Commit c063804

Browse files
viewmodels lib #21
1 parent 92fb189 commit c063804

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codebreaker-lib-viewmodels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
branches:
88
[ main ]
99
paths:
10-
- 'src/clients/xaml/CodeBreaker.ViewModels/**'
11-
- 'src/clients/xaml/CodeBreaker.ViewModels.Tests/**'
12-
- 'src/Codebreaker.ViewModels.sln'
10+
- 'src/Codebreaker.ViewModels/**'
11+
- 'src/Codebreaker.ViewModels.Tests/**'
12+
- 'src/CodeBreaker.ViewModels.sln'
1313
- '.github/workflows/codebreaker-lib-viewmodels.yml'
1414
- '.github/workflows/createnuget-withbuildnumber.yml'
1515
- '.github/workflows/publishnuget-azuredevops.yml'
@@ -26,7 +26,7 @@ jobs:
2626
version-number: ${{ github.run_number }}
2727
version-offset: 10
2828
solutionfile-path: src/CodeBreaker.ViewModels.sln
29-
projectfile-path: src/clients/xaml/CodeBreaker.ViewModels/CodeBreaker.ViewModels.csproj
29+
projectfile-path: src/Codebreaker.ViewModels/Codebreaker.ViewModels.csproj
3030
dotnet-version: '8.0.x'
3131
artifact-name: codebreaker-viewmodels
3232
branch-name: main

0 commit comments

Comments
 (0)