Skip to content

Commit

Permalink
ci: Lets go
Browse files Browse the repository at this point in the history
  • Loading branch information
svrooij committed May 4, 2024
1 parent 8214d23 commit 417254c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ jobs:
- name: 🛠️ Build module
shell: pwsh
run:
$module = Get-Content -Path src/Svrooij.WinTuner.CmdLets/WinTuner.psd1
$module = $module -replace 'ModuleVersion = ''\d+\.\d+\.\d+''', "ModuleVersion = '0.0.1-dev'"
$module | Set-Content -Path src/Svrooij.WinTuner.CmdLets/WinTuner.psd1
dotnet build ./src/Svrooij.WinTuner.CmdLets/Svrooij.WinTuner.CmdLets.csproj --configuration Release --no-restore -p:Version="0.0.1-dev" -o ./dist/WinTuner

- name: 📦 Install Pester
Expand Down

0 comments on commit 417254c

Please sign in to comment.