We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42634e2 commit 40dc37fCopy full SHA for 40dc37f
netcore.ps1
@@ -130,12 +130,12 @@ function Test {
130
131
if ($env:APPVEYOR) {
132
# Run CodeCov tests using full framework
133
- exec { & dotnet test test\NetworkTables.Test -f netcoreapp1.0 $configuration }
+ exec { & dotnet test test\NetworkTables.Test\NetworkTables.Test.csproj -f netcoreapp1.0 $configuration }
134
135
UploadAppVeyorTestResults
136
137
138
- exec { & dotnet test test\NetworkTables.Core.Test -f netcoreapp1.0 $configuration }
+ exec { & dotnet test test\NetworkTables.Core.Test\NetworkTables.Core.Test.csproj -f netcoreapp1.0 $configuration }
139
140
141
0 commit comments