File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7878 ls -la
7979 echo "List _data:"
8080 ls -la Kepware.Api.Test/_data || true
81+ echo "List _data/projectLoadSerializeData:"
82+ ls -la Kepware.Api.Test/_data/projectLoadSerializeData || true
8183
8284 - name : Build test project (debug)
8385 run : dotnet build Kepware.Api.Test/Kepware.Api.Test.csproj -c Release
8890 - name : Show TFM outputs (debug)
8991 run : ls -la Kepware.Api.Test/bin/Release/* || true
9092
93+ - name : Show test _data (debug)
94+ run : ls -la Kepware.Api.Test/bin/Release/net8.0/_data || true
95+ - name : Show test _data/projectLoadSerializeData (debug)
96+ run : ls -la Kepware.Api.Test/bin/Release/net8.0/_data/projectLoadSerializeData || true
9197 - name : Test
9298 run : dotnet test Kepware.Api.Test/Kepware.Api.Test.csproj --no-build --verbosity normal --configuration Release --logger "trx;LogFilePrefix=${{ matrix.platform }}-test-results"
9399 - name : Publish Test Reports (${{ matrix.platform }})
You can’t perform that action at this time.
0 commit comments