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 be823ee commit af379e2Copy full SHA for af379e2
.github/workflows/run-smoke-test.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v2
16
- - uses: actions/setup-dotnet@v1.6.0
+ - uses: actions/setup-dotnet@v1
17
with:
18
dotnet-version: '3.1.x'
19
- run: dotnet build src/Regula.DocumentReader.NetCoreExample -c Release
0 commit comments