Skip to content

Commit b1dc7ae

Browse files
authored
Update main.yml
1 parent 0032db3 commit b1dc7ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
with:
2525
files: '["*.csproj", "**/*.csproj"]'
2626
- uses: actions/setup-dotnet@v1
27-
with:
28-
dotnet-version: '3.1.100'
27+
#with:
28+
# dotnet-version: '3.1.100'
2929
- name: Building and verifying library
3030
run: |
3131
dotnet build -c Release
@@ -40,5 +40,5 @@ jobs:
4040
run: |
4141
dotnet new --install ${GITHUB_WORKSPACE}/template/Razor.Components.Testing.Library.Template.$VERSION.nupkg
4242
dotnet new razortest -o ${GITHUB_WORKSPACE}/Test
43-
dotnet restore ${GITHUB_WORKSPACE}/Test/Test.csproj --source ${GITHUB_WORKSPACE}
43+
dotnet restore ${GITHUB_WORKSPACE}/Test/Test.csproj --source ${GITHUB_WORKSPACE}/lib
4444
dotnet test ${GITHUB_WORKSPACE}/Test

0 commit comments

Comments
 (0)