Skip to content

Commit

Permalink
stop trying to dotnet build the mssql database project
Browse files Browse the repository at this point in the history
  • Loading branch information
retailcoder committed Oct 27, 2024
1 parent 098069e commit ff8576b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
${{ runner.os }}-nuget-
- name: Build with dotnet
run: dotnet build --configuration Release
run: dotnet build rubberduckvba.Server/rubberduckvba.Server.csproj --configuration Release

- name: dotnet publish
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/pub
run: dotnet publish rubberduckvba.Server/rubberduckvba.Server.csproj -c Release -o ${{env.DOTNET_ROOT}}/pub

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build rubberduckvba.Server/rubberduckvba.Server.csproj --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
# - name: Test
# run: dotnet test --no-build --verbosity normal

0 comments on commit ff8576b

Please sign in to comment.