Skip to content

Commit f77da9d

Browse files
committed
Specify solution to build
1 parent dc4e526 commit f77da9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
with:
2323
tag-prefix: v
2424
- name: Build
25-
run: dotnet build --configuration Release
25+
run: dotnet build --configuration Release Exceptionless.Net.ClientsOnly.sln
2626
- name: Run Tests
27-
run: dotnet test --configuration Release --results-directory artifacts --no-build --logger:trx
27+
run: dotnet test --configuration Release --results-directory artifacts --no-build --logger:trx Exceptionless.Net.ClientsOnly.sln
2828
- name: Package
2929
if: github.event_name != 'pull_request'
30-
run: dotnet pack --configuration Release --no-build
30+
run: dotnet pack --configuration Release --no-build Exceptionless.Net.ClientsOnly.sln
3131
- name: Publish CI Packages
3232
run: |
3333
for package in $(find -name "*.nupkg" | grep "minver" -v); do

0 commit comments

Comments
 (0)