Skip to content

Commit d7aeca6

Browse files
committed
ci: Specified library solution.
1 parent 00d2b23 commit d7aeca6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: NuGet/setup-nuget@v1.0.5
5050

5151
- name: Restore dependencies
52-
run: nuget restore $SOLUTION
52+
run: nuget restore $env:SOLUTION
5353

5454
- name: Setup .NET
5555
run: |
@@ -64,7 +64,7 @@ jobs:
6464
run: msbuild $env:SOLUTION /p:Configuration=$env:BUILD_CONFIG /p:Platform="Any CPU" -p:Version=${{ steps.gitversion.outputs.assemblySemVer }}
6565

6666
- name: Run tests
67-
run: dotnet test /p:Configuration=$env:BUILD_CONFIG /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura --no-restore --no-build --verbosity normal
67+
run: dotnet test $env:SOLUTION /p:Configuration=$env:BUILD_CONFIG /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura --no-restore --no-build --verbosity normal
6868

6969
- name: Build nuget packages
7070
run: msbuild -t:pack $env:SOLUTION -p:Configuration=$env:BUILD_CONFIG -p:PackageVersion=${{ steps.gitversion.outputs.semVer }}

0 commit comments

Comments
 (0)