Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit bf5f42f

Browse files
committed
Changed travis, dotnet to msbuild
1 parent ada53e3 commit bf5f42f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ matrix:
1010
dist: trusty
1111
sudo: false
1212
install:
13-
- dotnet restore
13+
- msbuild /t:Restore
1414
script:
15-
- dotnet build ./src/Unosquare.RaspberryIO
15+
- msbuild /p:Configuration=Release

0 commit comments

Comments
 (0)