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

CU-868f7hkrj Fixed Novu provider for ios and bugfix for voice.#116

CU-868f7hkrj Fixed Novu provider for ios and bugfix for voice.

CU-868f7hkrj Fixed Novu provider for ios and bugfix for voice. #116

Workflow file for this run

# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
name:.NET
on:
pull_request:
branches:[ "master", "develop" ]
jobs:
build:
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v4
-name:Setup .NET
uses:actions/setup-dotnet@v4
with:
dotnet-version:9.0.x
-name:Restore dependencies
run:dotnet restore
-name:Build
run:dotnet build --no-restore
-name:Test
run:dotnet test --no-build --verbosity normal

[8]ページ先頭

©2009-2025 Movatter.jp