Skip to content

Commit ff8576b

Browse files
committed
stop trying to dotnet build the mssql database project
1 parent 098069e commit ff8576b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dotnet-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
${{ runner.os }}-nuget-
3333
3434
- name: Build with dotnet
35-
run: dotnet build --configuration Release
35+
run: dotnet build rubberduckvba.Server/rubberduckvba.Server.csproj --configuration Release
3636

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

4040
- name: Upload artifact for deployment job
4141
uses: actions/upload-artifact@v3

.github/workflows/dotnet-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
run: dotnet restore
2020
- name: Build
2121
run: dotnet build rubberduckvba.Server/rubberduckvba.Server.csproj --no-restore
22-
- name: Test
23-
run: dotnet test --no-build --verbosity normal
22+
# - name: Test
23+
# run: dotnet test --no-build --verbosity normal
2424

0 commit comments

Comments
 (0)