diff --git a/.github/workflows/dotnet-cd.yml b/.github/workflows/dotnet-cd.yml index a764b09..ebd239e 100644 --- a/.github/workflows/dotnet-cd.yml +++ b/.github/workflows/dotnet-cd.yml @@ -1,4 +1,4 @@ -name: Deploy to Azure VM +name: dotnet-CD env: DOTNET_VERSION: '8' @@ -32,10 +32,10 @@ jobs: ${{ runner.os }}-nuget- - name: Build with dotnet - run: dotnet build rubberduckvba.Server/rubberduckvba.Server.csproj --configuration Release + run: dotnet build rubberduckvba.Server --configuration Release - name: dotnet publish - run: dotnet publish rubberduckvba.Server/rubberduckvba.Server.csproj --configuration Release --output ${{env.DOTNET_ROOT}}/pub + run: dotnet publish rubberduckvba.Server --configuration Release --output ${{env.DOTNET_ROOT}}/pub - name: Upload artifact for deployment job uses: actions/upload-artifact@v3