Skip to content

Commit

Permalink
fixing step
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimkhan30 committed Aug 6, 2024
1 parent 706c942 commit a5981ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@ jobs:
run: |
sudo service mssql-server start
- name: Creating Loc Directories Expected By Dotnet Build
run: ./azure-pipelines/createBuildDirectories.sh

- name: Build
run: dotnet build

- name: Creating Loc Directories Expected By Dotnet Build
run: ./azure-pipelines/createBuildDirectories.sh

- name: Building Test Environment
run: dotnet build '**/Microsoft.SqlTools.ServiceLayer.TestEnvConfig.csproj'
Expand Down

0 comments on commit a5981ce

Please sign in to comment.