Skip to content

Commit

Permalink
fix build take 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed Feb 2, 2025
1 parent 6cdb457 commit 21a95dc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 141 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/cli-release.yml

This file was deleted.

5 changes: 2 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore

- name: Build
run: dotnet build --no-restore --configuration Release
run: dotnet build ./src/SQLQueryStress.sln --configuration Release

- name: dotnet publish
run: dotnet publish ./src/SQLQueryStress/SqlQueryStress.csproj --configuration Release --output .\src\SQLQueryStress\bin\Publish\net8.0-windows\ --self-contained true
Expand Down
108 changes: 0 additions & 108 deletions .github/workflows/vsix.yml

This file was deleted.

0 comments on commit 21a95dc

Please sign in to comment.