-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
948e20d
commit 991b785
Showing
126 changed files
with
449 additions
and
1,150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,29 @@ | ||
image: Visual Studio 2017 | ||
environment: | ||
nodejs_version: "6.9.1" | ||
|
||
# Install scripts. (runs after repo cloning) | ||
install: | ||
# Get the latest stable version of Node.js or io.js | ||
- ps: Install-Product node $env:nodejs_version | ||
|
||
- ps: $env:BuildNumber= $env:APPVEYOR_BUILD_NUMBER | ||
init: | ||
- git config --global core.autocrlf true | ||
build_script: | ||
- dotnet restore | ||
- dotnet build | ||
- dotnet build -c Release | ||
- dotnet pack -c Release | ||
test_script: | ||
- ps: .\scripts\run-tests.ps1 | ||
clone_depth: 1 | ||
test: on | ||
deploy: off | ||
artifacts: | ||
- path: '**\*.nupkg' | ||
deploy: | ||
on: | ||
branch: master | ||
provider: NuGet | ||
server: https://www.myget.org/F/orchardcore-preview/api/v2/package | ||
api_key: | ||
secure: 7PQvuxXn5P39X5QDlDKWbNpOKJKivpqkq7umakIirAZ12CSTAiCwjtJhSBGVboPm | ||
skip_symbols: true | ||
artifact: /.*\.nupkg/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
src/Bundles/OrchardCore.Modules.Mvc/OrchardCore.Modules.Mvc.csproj
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
src/Bundles/OrchardCore.Modules.Nancy/OrchardCore.Modules.Nancy.csproj
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
src/Bundles/OrchardCore.Modules/OrchardCore.Modules.csproj
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.