Skip to content

Commit

Permalink
remove test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gerrit-amagno committed May 31, 2023
1 parent b6185de commit be34a58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 41 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,12 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0

# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
- name: Add MSBuild to the PATH https://github.com/microsoft/setup-msbuild
uses: microsoft/setup-msbuild@v1

- name: Restore the application
run: msbuild $env:solution /t:Restore /p:Configuration=$env:configuration

run: msbuild $env:solution /m /t:Restore /p:Configuration=$env:configuration
- name: Build solution
run: msbuild $env:solution /t:Rebuild /p:Configuration=$env:configuration
run: msbuild $env:solution /m /t:Rebuild /p:Configuration=$env:configuration
- name: Create msi from PowerShell Script
run: pwsh -command ".\$GITHUB_WORKSPACE\create_msi.ps1"
- name: Upload files artifact
Expand All @@ -39,4 +35,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: installer
path: ./AmagnoPrinterInstaller.msi
path: ${{github.workspace}}\AmagnoPrinterInstaller.msi
29 changes: 0 additions & 29 deletions .github/workflows/test.yml

This file was deleted.

4 changes: 0 additions & 4 deletions test.ps1

This file was deleted.

0 comments on commit be34a58

Please sign in to comment.