Browse Source

🚀 Deploy: update Windows vmImage (#6109)

* 🚀 Deploy: updtae Windows vmImage

* 🚀 Deploy: remove issue ref
pull/6110/head
陈帅 6 years ago
committed by GitHub
parent
commit
d4216900e6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      .github/workflows/issue-reference.yml
  2. 2
      azure-pipelines.yml

13
.github/workflows/issue-reference.yml

@ -1,13 +0,0 @@
name: 'Issue ref'
on:
pull_request:
types: [opened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: estrada9166/issue-ref@v1
env:
GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}

2
azure-pipelines.yml

@ -46,7 +46,7 @@ jobs:
- job: Windows - job: Windows
pool: pool:
vmImage: 'win1803' vmImage: 'windows-latest'
steps: steps:
- task: NodeTool@0 - task: NodeTool@0
inputs: inputs:

Loading…
Cancel
Save