File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1010
1111@ echo build %_C%
1212
13+ echo === OIDC ENV CHECK ===
14+ echo ACTIONS_ID_TOKEN_REQUEST_URL=%ACTIONS_ID_TOKEN_REQUEST_URL%
15+ echo ACTIONS_ID_TOKEN_REQUEST_TOKEN=%ACTIONS_ID_TOKEN_REQUEST_TOKEN%
16+ echo AZURE_CLIENT_ID=%AZURE_CLIENT_ID%
17+ echo AZURE_TENANT_ID=%AZURE_TENANT_ID%
18+ echo =====================
19+
20+
21+
1322:: Initialize required files/folders
1423
1524call build_init.cmd
Original file line number Diff line number Diff line change 1515
1616@ echo Building dtf %_C%
1717
18+
19+
20+ echo === OIDC ENV CHECK ===
21+ echo ACTIONS_ID_TOKEN_REQUEST_URL=%ACTIONS_ID_TOKEN_REQUEST_URL%
22+ echo ACTIONS_ID_TOKEN_REQUEST_TOKEN=%ACTIONS_ID_TOKEN_REQUEST_TOKEN%
23+ echo AZURE_CLIENT_ID=%AZURE_CLIENT_ID%
24+ echo AZURE_TENANT_ID=%AZURE_TENANT_ID%
25+ echo =====================
26+
27+
28+
1829msbuild -Restore SfxCA\sfxca_t.proj -p:Configuration=%_C% -tl -nologo -m -warnaserror -bl:..\..\build\logs\dtf_sfxca.binlog || exit /b
1930
2031msbuild -Restore -t:Pack dtf.slnx -p:Configuration=%_C% -tl -nologo -m -warnaserror -bl:..\..\build\logs\dtf_build.binlog || exit /b
You can’t perform that action at this time.
0 commit comments