Skip to content

Commit 40dc37f

Browse files
committed
Fixes test builds
1 parent 42634e2 commit 40dc37f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netcore.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@ function Test {
130130

131131
if ($env:APPVEYOR) {
132132
# Run CodeCov tests using full framework
133-
exec { & dotnet test test\NetworkTables.Test -f netcoreapp1.0 $configuration }
133+
exec { & dotnet test test\NetworkTables.Test\NetworkTables.Test.csproj -f netcoreapp1.0 $configuration }
134134

135135
UploadAppVeyorTestResults
136136

137137

138-
exec { & dotnet test test\NetworkTables.Core.Test -f netcoreapp1.0 $configuration }
138+
exec { & dotnet test test\NetworkTables.Core.Test\NetworkTables.Core.Test.csproj -f netcoreapp1.0 $configuration }
139139

140140
UploadAppVeyorTestResults
141141

0 commit comments

Comments
 (0)