File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 58
58
run : dotnet test --configuration Release --no-build --verbosity normal
59
59
env :
60
60
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!"
62
62
63
63
- name : Package
64
64
working-directory : ./src
72
72
- name : Publish
73
73
if : github.event_name == 'push'
74
74
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
You can’t perform that action at this time.
0 commit comments