Skip to content

Merge pull request #23 from takahiro0327/fix_gcalloc #62

Merge pull request #23 from takahiro0327/fix_gcalloc

Merge pull request #23 from takahiro0327/fix_gcalloc #62

Workflow file for this run

name: .NET
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: windows-2019
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps:
- uses: actions/checkout@v1
name: Checkout Code
- name: Setup MSBuild Path
uses: warrenbuckley/Setup-MSBuild@v1
- name: Setup NuGet
uses: NuGet/setup-nuget@v1.0.2
- name: Restore NuGet Packages
run: nuget restore SexFaces.sln
- name: Build and Publish
run: msbuild SexFaces.sln /p:Configuration=Release /p:DeployOnBuild=true /p:PublishProfile=FolderProfile
- name: Upload Artifact
uses: actions/upload-artifact@v1.0.0
with:
name: Published artifacts
path: bin