Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/wokhan/Wokhan.UI
Browse files Browse the repository at this point in the history
  • Loading branch information
wokhan committed Dec 31, 2022
2 parents a713516 + 18ccc96 commit 6573f43
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ jobs:
runs-on: windows-latest

steps:
- name: Setup Java JDK
uses: actions/[email protected]
with:
# The Java version to set up. Takes a whole or semver Java version. See examples of supported syntax in README file
java-version: 11
distribution: microsoft

- name: Setup msbuild
uses: microsoft/setup-msbuild@v1

Expand Down Expand Up @@ -38,7 +45,7 @@ jobs:
echo "PACKAGE_VERSION=$VERSION" >> $GITHUB_ENV
- name: Build and pack
run: msbuild -t:pack /restore /p:Configuration=Release /p:Version=${{ env.PACKAGE_VERSION }}
run: msbuild -t:pack /restore /p:Configuration=Release /p:Version=${{ env.PACKAGE_VERSION }} /p:JavaSdkDirectory=C:\hostedtoolcache\windows\Java_Microsoft_jdk\11.0.15\x64

#- name: Generate documentation (retrieve global tool)
# run: dotnet tool install xmldocmd -g
Expand Down

0 comments on commit 6573f43

Please sign in to comment.