Skip to content

Bugfix/151- Ensure all scripts use UTC time instead of local time #118

Bugfix/151- Ensure all scripts use UTC time instead of local time

Bugfix/151- Ensure all scripts use UTC time instead of local time #118

Workflow file for this run

on:
pull_request:
branches:
- master
- Development
push:
branches:
- master
- Development
- bugfix/162-modernize-authentication-to-replace-azuread-with-microsoft-graph
jobs:
validate:
runs-on: windows-2019
steps:
- uses: actions/checkout@v1
- name: Install Prerequisites
run: .\build\vsts-prerequisites.ps1
shell: powershell
- name: Validate
run: .\build\vsts-validate.ps1
shell: powershell