Skip to content

Use Invoke iso DynamicInvoke #78

Use Invoke iso DynamicInvoke

Use Invoke iso DynamicInvoke #78

Workflow file for this run

# ------------------------------------------------------------------------------
# <auto-generated>
#
# This code was generated.
#
# - To turn off auto-generation set:
#
# [GitHubActions (AutoGenerate = false)]
#
# - To trigger manual generation invoke:
#
# nuke --generate-configuration GitHubActions_run-ci --host GitHubActions
#
# </auto-generated>
# ------------------------------------------------------------------------------
name: run-ci
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
windows-latest:
name: windows-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run './build.cmd Test SonarEnd InstallJava'
run: ./build.cmd Test SonarEnd InstallJava
env:
SonarHostUrl: ${{ secrets.SONAR_HOST_URL }}
SonarProjectKey: ${{ secrets.SONAR_PROJECT_KEY }}
SonarToken: ${{ secrets.SONAR_TOKEN }}
SonarOrganization: ${{ secrets.SONAR_ORGANIZATION }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}