File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ name: build-and-sign
5
5
run-name : Demo workflow signing with SignPath
6
6
on :
7
7
push :
8
- branches : ["main"]
9
8
pull_request :
10
9
schedule :
11
10
- cron : ' 30 3 * * *' # every day at 3:30am UTC
Original file line number Diff line number Diff line change 1
1
# build .Net application
2
- dotnet build -- configuration Release
2
+ dotnet build -- configuration Release src / DemoExample.csproj
3
3
4
4
# build MSI installer
5
- Copy-Item src\installer\description.wxs .\src\bin\Release\net7.0 \description.wxs - Force
6
- Push-Location .src\bin\Release\net7.0
5
+ Copy-Item .\ src\installer\description.wxs .\src\bin\Release\net7.0 \description.wxs - Force
6
+ Push-Location .\ src\bin\Release\net7.0
7
7
& " ${env: WIX} bin\candle.exe" description.wxs
8
8
& " ${env: WIX} bin\light.exe" description.wixobj - out DemoExample.msi
9
9
Pop-Location
You can’t perform that action at this time.
0 commit comments