Skip to content

Commit d4a1627

Browse files
authored
Update main.yml
1 parent ce8e74f commit d4a1627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
dotnet-version: '3.1.100'
2929
- name: Building and verifying library
3030
run: |
31-
dotnet build -c Release
31+
dotnet build -c Release /nowarn:CS1591
3232
dotnet test -c Release /nowarn:CS1591
3333
- name: Creating library package
3434
run: dotnet pack src/ -c Release -o ${GITHUB_WORKSPACE} -p:version=$VERSION /nowarn:CS1591
@@ -39,4 +39,4 @@ jobs:
3939
dotnet new --install ${GITHUB_WORKSPACE}/Razor.Components.Testing.Library.Template.$VERSION.nupkg
4040
dotnet new razortest -o ${GITHUB_WORKSPACE}/Test
4141
dotnet restore ${GITHUB_WORKSPACE}/Test/Test.csproj --source ${GITHUB_WORKSPACE}
42-
dotnet test ${GITHUB_WORKSPACE}/Test
42+
dotnet test ${GITHUB_WORKSPACE}/Test

0 commit comments

Comments
 (0)