Skip to content

Commit

Permalink
Merge pull request #644 from ELENA-LANG/develop
Browse files Browse the repository at this point in the history
adding github action
  • Loading branch information
arakov authored Mar 21, 2024
2 parents 6ee8b66 + c4bbd3e commit 0bc0ca1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

env:
# Path to the solution file relative to the root of the project.
SOLUTION_FILE_PATH: .
SOLUTION_FILE_PATH: .\elenasrc3\elenasrc3.sln

# Configuration type to build.
# You can convert this to a build matrix if you need coverage of multiple configuration types.
Expand All @@ -33,10 +33,6 @@ jobs:
- name: Add MSBuild to PATH
uses: microsoft/[email protected]

- name: Restore NuGet packages
working-directory: ${{env.GITHUB_WORKSPACE}}
run: nuget restore ${{env.SOLUTION_FILE_PATH}}

- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
# Add additional options to the MSBuild command line here (like platform or verbosity level).
Expand Down

0 comments on commit 0bc0ca1

Please sign in to comment.