Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mell committed Aug 9, 2024
1 parent 026830a commit 0ec6f44
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,37 +13,36 @@ on:
# branches: [ "master" ]

jobs:

build:

strategy:
matrix:
# configuration: [Debug, Release] # commented this for the moment, because below msbuild is called with "Release" config
# configuration: [Debug, Release] # commented this for the moment, because below msbuild is called with "Release" config
configuration: [Debug]

runs-on: windows-2019 # this is the last Github runner VM that supports .Net Framework 2019
# this is the last Github runner VM that supports .Net Framework 2019
runs-on: windows-2019

steps:
- name: Checkout
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
lfs: 'true'
fetch-depth: 0
lfs: "true"

- name: setup-msbuild
uses: microsoft/setup-msbuild@v2

- name: Setup NuGet.exe for use with actions
uses: NuGet/setup-nuget@v2.0.0

- name: setup-msbuild
uses: microsoft/setup-msbuild@v2

- name: Restore Packages
run: nuget restore AutoTx.sln

- name: Build solution
run: .\Scripts\msbuild\build\release.cmd

- name: Package release
run: .\Scripts\Make-Package.ps1
run: .\Scripts\Make-Package.ps1

0 comments on commit 0ec6f44

Please sign in to comment.