Skip to content

Commit a765e6d

Browse files
committed
Run dotnet before build commands in both Windows and Linux CI builds
1 parent b8077ea commit a765e6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ build:
8282

8383
# scripts to run before build
8484
before_build:
85-
- cmd: dotnet --version
86-
- cmd: dotnet restore --verbosity minimal
85+
- dotnet --version
86+
- dotnet restore --verbosity minimal
8787

8888
#---------------------------------#
8989
# tests configuration #

0 commit comments

Comments
 (0)