File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -170,8 +170,9 @@ jobs:
170
170
github_token : ${{ secrets.GITHUB_TOKEN }}
171
171
publish_branch : gh-pages-test
172
172
publish_dir : ./docs/_site
173
- # keep_files: true
174
- # commit_message: ${{ github.event.head_commit.message }}
173
+ user_name : ' github-actions-bot'
174
+ user_email : ' github-actions-bot@users.noreply.github.com'
175
+ commit_message : Automated commit from cibuild
175
176
# full_commit_message: ${{ github.event.head_commit.message }}
176
177
177
178
inspect-code :
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ function Start-WebServer {
34
34
Write-Output " Starting web server"
35
35
$startTimeUtc = Get-Date - AsUTC
36
36
$job = Start-Job - ScriptBlock {
37
- dotnet run -- project ..\src\Examples\GettingStarted\GettingStarted.csproj -- configuration Release -- property:TreatWarningsAsErrors= True -- urls= http:// 0.0 .0.0 :14141
37
+ dotnet run -- project ..\src\Examples\GettingStarted\GettingStarted.csproj -- configuration Debug -- property:TreatWarningsAsErrors= True -- urls= http:// 0.0 .0.0 :14141
38
38
}
39
39
40
40
$webProcessId = $null
You can’t perform that action at this time.
0 commit comments