Skip to content

Commit c9d7f08

Browse files
committed
try fix appveyor build
1 parent 3b6f2db commit c9d7f08

4 files changed

Lines changed: 18 additions & 2 deletions

File tree

appveyor.bak.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ install:
66
# Get the latest stable version of Node.js or io.js
77
- ps: Install-Product node $env:nodejs_version
88
- ps: $env:BuildNumber= $env:APPVEYOR_BUILD_NUMBER
9+
# install modules
10+
- npm install
911
init:
1012
- git config --global core.autocrlf true
1113
build_script:

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ install:
55
# Get the latest stable version of Node.js or io.js
66
- ps: Install-Product node $env:nodejs_version
77
- ps: $env:BuildNumber= $env:APPVEYOR_BUILD_NUMBER
8+
# install modules
9+
- npm install
810
init:
911
- git config --global core.autocrlf true
1012
build_script:

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "approot",
3+
"version": "1.0.0",
4+
"private": true,
5+
"devDependencies": {
6+
7+
},
8+
9+
"scripts": {
10+
"postinstall": "cd src/sourceDev.WebApp && npm install"
11+
}
12+
13+
}

test/cloudscribe.SimpleContent.Web.Tests/cloudscribe.SimpleContent.Web.Tests.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.0</TargetFramework>
5-
65
<IsPackable>false</IsPackable>
7-
86
<RootNamespace>cloudscribe.SimpleContent.Web</RootNamespace>
7+
<RuntimeFrameworkVersion>2.0.7</RuntimeFrameworkVersion>
98
</PropertyGroup>
109

1110
<ItemGroup>

0 commit comments

Comments
 (0)