File tree Expand file tree Collapse file tree
tests/LanguageAgnosticTests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/sdk:6 .0.201 -alpine3.15 -amd64 AS build
1+ FROM mcr.microsoft.com/dotnet/sdk:7 .0.101 -alpine3.16 -amd64 AS build
22
33WORKDIR /project
44
@@ -8,11 +8,11 @@ COPY tests/LanguageAgnosticTests tests/LanguageAgnosticTests
88
99RUN dotnet build tests/LanguageAgnosticTests
1010
11- FROM mcr.microsoft.com/dotnet/runtime:6 .0.3 -alpine3.15 -amd64
11+ FROM mcr.microsoft.com/dotnet/runtime:7 .0.1 -alpine3.16 -amd64
1212
1313WORKDIR /tests
1414
15- COPY --from=build /project/tests/LanguageAgnosticTests/bin/Debug/net6 .0/ bin
15+ COPY --from=build /project/tests/LanguageAgnosticTests/bin/Debug/net7 .0/ bin
1616COPY --from=build /project/tests/LanguageAgnosticTests/*.py .
1717COPY --from=build /project/tests/LanguageAgnosticTests/*.docopt .
1818
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ Compile the **Testee** project then run the following commands:
55
66 cd tests/LanguageAgnosticTests
77 dotnet build
8- python language_agnostic_tester.py ../ bin/Debug/net6 .0/Testee
8+ python language_agnostic_tester.py bin/Debug/net7 .0/Testee
99
1010On Windows, use the following commands:
1111
1212 dotnet build tests\Testee
1313 cd tests\LanguageAgnosticTests
14- python language_agnostic_tester.py ..\ bin\Debug\net6 .0\Testee.exe
14+ python language_agnostic_tester.py bin\Debug\net7 .0\Testee.exe
1515
1616Alternatively, build and run the following Docker image (assuming the current
1717working directory is the same as the directory containing this file):
You can’t perform that action at this time.
0 commit comments