Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-YousefiTelori committed Dec 11, 2023
1 parent bc4afe5 commit 25d31f2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Build
run: dotnet build ./src/CSharp/EasyMicroservices.Serialization.sln --no-restore
- name: Test
run: dotnet test ./src/CSharp/EasyMicroservices.Serialization.sln --no-build --verbosity normal
run: dotnet test ./src/CSharp/EasyMicroservices.Serialization.sln --no-build --verbosity diag
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Build
run: dotnet build ./src/CSharp/EasyMicroservices.Serialization.sln --no-restore
- name: Test
run: dotnet test ./src/CSharp/EasyMicroservices.Serialization.sln --no-build --verbosity normal
run: dotnet test ./src/CSharp/EasyMicroservices.Serialization.sln --no-build --verbosity diag
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Build
run: dotnet build ./src/CSharp/EasyMicroservices.Serialization.sln --no-restore
- name: Test
run: dotnet test ./src/CSharp/EasyMicroservices.Serialization.sln --no-build --verbosity normal
run: dotnet test ./src/CSharp/EasyMicroservices.Serialization.sln --no-build --verbosity diag
2 changes: 1 addition & 1 deletion .github/workflows/nuget-push-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build
run: dotnet build ./src/CSharp/EasyMicroservices.Serialization.sln --no-restore
- name: Test
run: dotnet test ./src/CSharp/EasyMicroservices.Serialization.sln --no-build --verbosity normal
run: dotnet test ./src/CSharp/EasyMicroservices.Serialization.sln --no-build --verbosity diag
- name: Create the package
run: dotnet pack ./src/CSharp/EasyMicroservices.Serialization.sln --output nupkgs
- name: Publish the package to NuGet.org
Expand Down

0 comments on commit 25d31f2

Please sign in to comment.