File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 dotnet build --configuration Release eform-service-backendconfiguration-plugin/ci/eformparsed/
106106 - name : run eformparsed test program
107107 run : |
108- dotnet eform-service-backendconfiguration-plugin/ci/eformparsed/bin/Release/net9 .0/eformparsed.dll
108+ dotnet eform-service-backendconfiguration-plugin/ci/eformparsed/bin/Release/net10 .0/eformparsed.dll
109109 - name : Stop the newly build Docker container
110110 run : docker stop my-container
111111 - name : Get standard output
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 dotnet build --configuration Release eform-service-backendconfiguration-plugin/ci/eformparsed/
101101 - name : run eformparsed test program
102102 run : |
103- dotnet eform-service-backendconfiguration-plugin/ci/eformparsed/bin/Release/net9 .0/eformparsed.dll
103+ dotnet eform-service-backendconfiguration-plugin/ci/eformparsed/bin/Release/net10 .0/eformparsed.dll
104104 - name : Stop the newly build Docker container
105105 run : docker stop my-container
106106 - name : Get standard output
You can’t perform that action at this time.
0 commit comments