Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Added test that reads async from standard out/err#214

Added test that reads async from standard out/err

Added test that reads async from standard out/err #214

Workflow file for this run

name:CI
on:[push, pull_request]
jobs:
build-linux:
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v3
-name:Install .Net Core
uses:actions/setup-dotnet@v3
with:
dotnet-version:|
8.0.x
9.0.x
10.0.x
include-prerelease:true
-name:Install dotnet-script
run:dotnet tool install dotnet-script --global
-name:Run build script
run:dotnet-script build/Build.csx
build-mac-arm:
runs-on:macos-26
steps:
-uses:actions/checkout@v3
-name:Install .Net Core
uses:actions/setup-dotnet@v3
with:
dotnet-version:|
8.0.x
9.0.x
10.0.x
include-prerelease:true
-name:Install dotnet-script
run:dotnet tool install dotnet-script --global
-name:Run build script
run:dotnet-script build/Build.csx
build-windows:
runs-on:windows-latest
steps:
-uses:actions/checkout@v3
-name:Install .Net Core
uses:actions/setup-dotnet@v3
with:
dotnet-version:|
8.0.x
9.0.x
10.0.x
include-prerelease:true
-name:Install dotnet-script
run:dotnet tool install dotnet-script --global
-name:Run build script
run:dotnet-script build/Build.csx
env:# Or as an environment variable
GITHUB_REPO_TOKEN:${{ secrets.GITHUB_TOKEN }}
IS_SECURE_BUILDENVIRONMENT:${{ secrets.IS_SECURE_BUILDENVIRONMENT }}
NUGET_APIKEY:${{ secrets.NUGET_APIKEY }}

[8]ページ先頭

©2009-2025 Movatter.jp