This commit is contained in:
@@ -22,6 +22,9 @@ jobs:
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore src/TaxBaik.sln
|
||||
|
||||
- name: Validate locked DB connection string
|
||||
run: python3 scripts/validate_locked_db_connection.py
|
||||
|
||||
- name: Build solution
|
||||
run: dotnet build src/TaxBaik.sln -c Release --no-restore -p:ContinuousIntegrationBuild=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user