diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index e76939e..28b3d22 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -32,3 +32,6 @@ jobs: run: dotnet build /p:EnableWindowsTargeting=true --no-restore - name: Test ${{ matrix.dotnet-version }} run: dotnet test --no-build --verbosity normal + # Upload the MSIX package: https://github.com/marketplace/actions/upload-a-build-artifact + - name: Publish ${{ matrix.dotnet-version }} + run: dotnet publish Echokraut Tools/Echokraut Tools.csproj -c Release -o release --nologo \ No newline at end of file diff --git a/Echokraut Tools/Echokraut Tools.csproj b/Echokraut Tools/Echokraut Tools.csproj index c5a27c8..65560e9 100644 --- a/Echokraut Tools/Echokraut Tools.csproj +++ b/Echokraut Tools/Echokraut Tools.csproj @@ -2,7 +2,7 @@ Exe - net8.0-windows + net8.0-windows10.0.26100.0 enable enable true