Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Corrections to the interop assembly file handling in the .NET Core test suite runner tool. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
cb49f5a52077bac4759bec5b95e4a802 |
User & Date: | mistachkin 2019-06-09 21:59:03.580 |
References
2024-09-15
| ||
19:03 | Fixes to the .NET Standard test runner batch tools. See check-in [cb49f5a520]. check-in: 412ff08218 user: mistachkin tags: trunk | |
Context
2019-06-29
| ||
16:10 | Rename a variable in the build batch tool. check-in: 22b5e0f49a user: mistachkin tags: trunk | |
2019-06-09
| ||
21:59 | Corrections to the interop assembly file handling in the .NET Core test suite runner tool. check-in: cb49f5a520 user: mistachkin tags: trunk | |
19:31 | Final updates for release 1.0.111.0. check-in: d567636ccb user: mistachkin tags: trunk, release, release-1.0.111.0 | |
Changes
Changes to Setup/test_net_standard_20.bat.
︙ | ︙ | |||
179 180 181 182 183 184 185 | CALL :fn_SetErrorLevel GOTO :EOF ) SET CONFIGURATION=%NATIVE_CONFIGURATION% SET CONFIGURATION=%CONFIGURATION:NativeOnly=% IF EXIST "bin\%YEAR%\%CONFIGURATION%NetStandard20\bin" ( IF EXIST "bin\%NATIVE_YEAR%\%PLATFORM%\%NATIVE_CONFIGURATION%" ( | | | 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 | CALL :fn_SetErrorLevel GOTO :EOF ) SET CONFIGURATION=%NATIVE_CONFIGURATION% SET CONFIGURATION=%CONFIGURATION:NativeOnly=% IF EXIST "bin\%YEAR%\%CONFIGURATION%NetStandard20\bin" ( IF EXIST "bin\%NATIVE_YEAR%\%PLATFORM%\%NATIVE_CONFIGURATION%" ( %__ECHO% "%DOTNET%" %SUBCOMMANDS% "Externals\Eagle\bin\netStandard20\%EAGLESHELL%" %PREARGS% -anyInitialize "set test_year {%YEAR%}; set test_native_year {%NATIVE_YEAR%}; set test_configuration {%CONFIGURATION%}; set test_configuration_suffix NetStandard20" -initialize -postInitialize "unset -nocomplain no(deleteSqliteImplicitNativeFiles); unset -nocomplain no(copySqliteImplicitNativeFiles)" -file "%TEST_FILE%" %POSTARGS% IF ERRORLEVEL 1 ( ECHO Testing of "%YEAR%/%NATIVE_YEAR%/%CONFIGURATION%" .NET Standard 2.0 assembly failed. CALL :fn_SetErrorLevel GOTO :EOF ) ) ELSE ( %_AECHO% Native directory "bin\%NATIVE_YEAR%\%PLATFORM%\%NATIVE_CONFIGURATION%" not found, skipped. |
︙ | ︙ |