Skip to content

Adding log for branch name etc #20

Adding log for branch name etc

Adding log for branch name etc #20

Workflow file for this run

name: Cake Pipeline
on:
push:
branches:
- cake-setup
- develop
- master
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
# this is required for the gitversion.tool to be able to work correctly
with:
fetch-depth: 0
- name: Run Script
shell: pwsh
run: |
.\build.ps1 --target=BuildAndTest