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 d5fda59 commit 7d9bd06Copy full SHA for 7d9bd06
.github/workflows/dotnetcore.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Build with dotnet
20
run: dotnet build --configuration Release "./src/AsyncKeyLock.sln"
21
- name: Run unit tests
22
- run: dotnet test "./src/AsyncLock.sln"
+ run: dotnet test "./src/AsyncKeyLock.sln"
23
- name: Create the package
24
run: dotnet pack --configuration Release "./src/AsyncKeyLock.sln"
25
- name: Publish "AsyncKeyLock" to nuget
0 commit comments