File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 Import-Module ./build.psm1 -Force
3333 Import-Module ./.github/workflows/GHWorkflowHelper -Force
3434 Start-PSBootstrap
35- Start-PSBuild -Clean -SkipExperimentalFeatureGeneration
35+ Start-PSBuild -Clean
3636 $pwsh = Get-PSOutput
3737
3838 $getExpFeatureJsonScript = @'
@@ -77,12 +77,12 @@ jobs:
7777 name : experimental-feature-windows.json
7878 path : experimental-feature-windows.json
7979
80- - name : Create Pull Request
81- uses : peter-evans/create-pull-request@v3
82- id : cpr
83- if : env.CREATE_EXP_JSON_PR == 'true'
84- with :
85- commit-message : " Update experimental-feature-windows.json"
86- title : " Update experimental-feature-windows.json"
87- base : master
88- branch : expjson_update_windows
80+ # - name: Create Pull Request
81+ # uses: peter-evans/create-pull-request@v3
82+ # id: cpr
83+ # if: env.CREATE_EXP_JSON_PR == 'true'
84+ # with:
85+ # commit-message: "Update experimental-feature-windows.json"
86+ # title: "Update experimental-feature-windows.json"
87+ # base: master
88+ # branch: expjson_update_windows
You can’t perform that action at this time.
0 commit comments