Skip to content

Commit 9da65ab

Browse files
authored
Update build-and-test.yml
1 parent 0a21dab commit 9da65ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: dotnet test --configuration Release --no-build --verbosity normal
5959
env:
6060
MSSQL_SA_PASSWORD: UUID58cf785a1c9c4bb3b62cb593d530c865!
61-
mssql_connection: "Data Source=localhost,1433; User Id=sa;;Initial Catalog=storage2test;Password=UUID58cf785a1c9c4bb3b62cb593d530c865!"
61+
mssql_connection: "Data Source=localhost,1433; User Id=sa;Initial Catalog=storage2test;Password=UUID58cf785a1c9c4bb3b62cb593d530c865!"
6262

6363
- name: Package
6464
working-directory: ./src
@@ -72,4 +72,4 @@ jobs:
7272
- name: Publish
7373
if: github.event_name == 'push'
7474
working-directory: ./src
75-
run: dotnet nuget push **/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
75+
run: dotnet nuget push **/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate

0 commit comments

Comments
 (0)