Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Commit

Permalink
[DEL] Travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
geoperez committed Oct 25, 2019
1 parent 2ebd902 commit 80f7a24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

9 changes: 4 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ version: '3.6.{build}'
image:
- Visual Studio 2019
- Ubuntu
platform: Any CPU
stack: node 9
stack: node 10
environment:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
op_build_user: "Geo Perez"
Expand All @@ -19,7 +18,7 @@ install:
- ps: |
if($isWindows)
{
Install-Product node 9
Install-Product node 10
}
before_build:
- ps: |
Expand All @@ -32,12 +31,12 @@ before_build:
- cmd: iisreset
- cmd: net start W3SVC
- cd src/Unosquare.PassCore.Web/ClientApp
- npm install
- npm ci
- npm run lint
- cd ../../..
build_script:
- cmd: dotnet publish --configuration Release --runtime win-x64 --output "C:/passcore"
- sh: dotnet publish --configuration Release --runtime linux-x64 /p:PASSCORE_PROVIDER=LDAP
- sh: dotnet publish --configuration Release --runtime linux-x64
- ps: |
if($isWindows)
{
Expand Down

0 comments on commit 80f7a24

Please sign in to comment.