Skip to content

Add AssemblySignPublicKey to InternalsVisibleTo #42

Add AssemblySignPublicKey to InternalsVisibleTo

Add AssemblySignPublicKey to InternalsVisibleTo #42

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]
jobs:
ubuntu-latest:
name: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Cache .nuke/temp, ~/.nuget/packages
uses: actions/cache@v2
with:
path: |
.nuke/temp
~/.nuget/packages
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj') }}
- name: Run './build.cmd Compile Pack'
run: ./build.cmd Compile Pack
env:
NuGetApiKey: ${{ secrets.NUGET_API_KEY }}
- uses: actions/upload-artifact@v1
with:
name: packages
path: artifacts/packages