File tree Expand file tree Collapse file tree
test/cloudscribe.SimpleContent.Web.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
911init :
1012 - git config --global core.autocrlf true
1113build_script :
Original file line number Diff line number Diff line change 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
810init :
911 - git config --global core.autocrlf true
1012build_script :
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments