We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0032db3 commit b1dc7aeCopy full SHA for b1dc7ae
.github/workflows/main.yml
@@ -24,8 +24,8 @@ jobs:
24
with:
25
files: '["*.csproj", "**/*.csproj"]'
26
- uses: actions/setup-dotnet@v1
27
- with:
28
- dotnet-version: '3.1.100'
+ #with:
+ # dotnet-version: '3.1.100'
29
- name: Building and verifying library
30
run: |
31
dotnet build -c Release
@@ -40,5 +40,5 @@ jobs:
40
41
dotnet new --install ${GITHUB_WORKSPACE}/template/Razor.Components.Testing.Library.Template.$VERSION.nupkg
42
dotnet new razortest -o ${GITHUB_WORKSPACE}/Test
43
- dotnet restore ${GITHUB_WORKSPACE}/Test/Test.csproj --source ${GITHUB_WORKSPACE}
+ dotnet restore ${GITHUB_WORKSPACE}/Test/Test.csproj --source ${GITHUB_WORKSPACE}/lib
44
dotnet test ${GITHUB_WORKSPACE}/Test
0 commit comments