Skip to content

Commit

Permalink
dotnet40
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaakh committed Sep 16, 2024
1 parent 9102229 commit 671fad8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/odm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
Solution_Name: odm.sln # Replace with your solution name, i.e. MyWpfApp.sln.

steps:
- name: Install net40
run: .\libs\dotnet40\dotNetFx40_Full_setup.exe /q /norestart

- name: Setup VS Dev Environment
uses: seanmiddleditch/gha-setup-vsdevenv@v4

Expand All @@ -32,6 +29,9 @@ jobs:
with:
fetch-depth: 0

- name: Install net40
run: .\libs\dotnet40\dotNetFx40_Full_setup.exe /q /norestart

- name: build application
run: devenv ${{ env.Solution_Name }} /Build "Release|x64" /Project odm.ui.app

Expand Down

0 comments on commit 671fad8

Please sign in to comment.