Skip to content

Commit

Permalink
chore: update docs, packages (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender authored Jul 4, 2022
1 parent 4822bf5 commit a384b8b
Show file tree
Hide file tree
Showing 11 changed files with 4,387 additions and 3,526 deletions.
12 changes: 6 additions & 6 deletions .github/build.main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resources:

jobs:

- job: Job_1
- job: Server
displayName: Web API
pool:
vmImage: ubuntu-latest
Expand Down Expand Up @@ -44,10 +44,10 @@ jobs:
tokenSuffix: __

- task: UseDotNet@2
displayName: Use .Net SDK 6.0.x
displayName: Use .Net SDK 6.x
continueOnError: True
inputs:
version: 6.0.x
version: 6.x

- task: DotNetCoreCLI@2
displayName: dotnet restore
Expand All @@ -66,7 +66,7 @@ jobs:
- task: PublishBuildArtifacts@1
displayName: Save artifacts

- job: Job_2
- job: Client
displayName: Website
pool:
vmImage: ubuntu-latest
Expand All @@ -76,9 +76,9 @@ jobs:
clean: true

- task: UseNode@1
displayName: Use Node 14.17.x
displayName: Use Node 16.14.x
inputs:
version: 14.17.x
version: 16.14.x

- task: Npm@1
displayName: Install packages
Expand Down
72 changes: 0 additions & 72 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

5 changes: 3 additions & 2 deletions Client/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@
}
}
},
"defaultProject": "app",
"cli": {
"defaultCollection": "@angular-eslint/schematics"
"schematicCollections": [
"@angular-eslint/schematics"
]
}
}
Loading

0 comments on commit a384b8b

Please sign in to comment.