Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deadmann committed Apr 22, 2024
1 parent 866b450 commit bf64ead
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,17 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v1
with:
dotnet-version: '4.8' # or whichever version you need for .NET Framework
- run: echo '${{ steps.stepid.outputs.dotnet-version }}'

- name: Build .NET Standard DLL
run: dotnet build -c Release AdvancedRestHandler/AdvancedRestHandler.csproj
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1

- name: Setup NuGet.exe for use with actions
uses: NuGet/[email protected]

- name: Restore NuGet packages
run: nuget restore AdvancedRestHandler/AdvancedRestHandler.csproj

- name: Build the Project
run: msbuild AdvancedRestHandler/AdvancedRestHandler.csproj

build-test-dotnet:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bf64ead

Please sign in to comment.