Skip to content

Commit 7d9bd06

Browse files
authored
Update dotnetcore.yml
1 parent d5fda59 commit 7d9bd06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build with dotnet
2020
run: dotnet build --configuration Release "./src/AsyncKeyLock.sln"
2121
- name: Run unit tests
22-
run: dotnet test "./src/AsyncLock.sln"
22+
run: dotnet test "./src/AsyncKeyLock.sln"
2323
- name: Create the package
2424
run: dotnet pack --configuration Release "./src/AsyncKeyLock.sln"
2525
- name: Publish "AsyncKeyLock" to nuget

0 commit comments

Comments
 (0)