Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:rivenfx/Framework into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yihango committed Oct 22, 2020
2 parents 5121eef + 89b0628 commit fef9cac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Basic extension library implementation

## Nuget Packages

[![Build Status](https://dev.azure.com/rivenfx/Framework/_apis/build/status/rivenfx.Framework?branchName=master)](https://dev.azure.com/rivenfx/Framework/_build/latest?definitionId=1&branchName=master)
[![Build Status](https://dev.azure.com/rivenfx/RivenFx/_apis/build/status/rivenfx.Framework?branchName=master)](https://dev.azure.com/rivenfx/RivenFx/_build/latest?definitionId=3&branchName=master)

|Package|Status|
|:------|:-----:|
Expand Down
16 changes: 9 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# ASP.NET Core

# Build and test ASP.NET Core projects targeting .NET Core.
# Add steps that run tests, create a NuGet package, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core

# github ci triggers doc:
# https://docs.microsoft.com/zh-cn/azure/devops/pipelines/repos/github?view=azure-devops&tabs=yaml#ci-triggers
trigger:
- master
batch: true
branches:
include:
- master
paths:
include:
- version.props

pool:
vmImage: 'ubuntu-latest'
Expand Down

0 comments on commit fef9cac

Please sign in to comment.