Skip to content

Added pinning shortcut to readme #13

Added pinning shortcut to readme

Added pinning shortcut to readme #13

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_continuous --host GitHubActions
#
# </auto-generated>
# ------------------------------------------------------------------------------
name: continuous
on:
push:
branches:
- master
jobs:
windows-latest:
name: windows-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
uses: actions/cache@v3
with:
path: |
.nuke/temp
~/.nuget/packages
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj', '**/Directory.Packages.props') }}
- name: 'Run: UploadArtifacts'
run: ./build.cmd UploadArtifacts
- name: 'Publish: PowerShortcuts'
uses: actions/upload-artifact@v3
with:
name: PowerShortcuts
path: Deploy/PowerShortcuts
- name: 'Publish: PowerShortcutsInstaller'
uses: actions/upload-artifact@v3
with:
name: PowerShortcutsInstaller
path: Deploy/PowerShortcutsInstaller