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 073df33 commit 9543441Copy full SHA for 9543441
build.sh
@@ -22,4 +22,4 @@ for path in test/*.Tests/*.csproj; do
22
dotnet test -f netcoreapp1.0 -c Release ${path}
23
done
24
25
-dotnet build -f netcoreapp1.0 -c Release sample/Sample.csproj
+dotnet build -f netcoreapp1.0 -c Release sample/Sample/Sample.csproj
0 commit comments