Skip to content

Commit 8daa12b

Browse files
committed
Adding dotnetv4 folder
1 parent 76221af commit 8daa12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnetv4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ COPY . /dotnetv4
1212

1313
RUN cd /dotnetv4 && dotnet build -v=q --property WarningLevel=0 /clp:ErrorsOnly --nologo
1414

15-
CMD ["dotnet", "test", "dotnetv3", "--filter", "Category=Unit|Category=Weathertop", "--verbosity=quiet", "/clp:ErrorsOnly", "--nologo"]
15+
CMD ["dotnet", "test", "dotnetv4", "--filter", "Category=Unit|Category=Weathertop", "--verbosity=quiet", "/clp:ErrorsOnly", "--nologo"]

0 commit comments

Comments
 (0)