diff --git a/appveyor.yml b/appveyor.yml index cd13c23..fb23794 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,5 +12,9 @@ before_build: - ps: .\core.exe /install /quiet /norestart - ps: dotnet restore +build_script: +- ps: dotnet build .\src\TuboLinks.Net +- ps: dotnet build .\src\TuboLinksExample + artifacts: - path: artifacts\bin\TurboLinks.Net\Release\*.nupkg \ No newline at end of file