Skip to content

Commit 02e4bd2

Browse files
committed
Reconfiguring
1 parent 9111bc4 commit 02e4bd2

File tree

6 files changed

+7
-17
lines changed

6 files changed

+7
-17
lines changed

MVC

Submodule MVC updated 1 file

Package.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<package >
2+
<package>
33
<metadata>
44
<id>Unity</id>
55
<version>5.0.2</version>

appveyor.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
image: Visual Studio 2017
22
configuration: Release
33
platform: Any CPU
4-
4+
55
install:
6-
- ps: $env:build_version = (Get-Content -Raw -Path package.json | ConvertFrom-Json).version
7-
- ps: Update-AppveyorBuild -Version "$env:build_version.$env:APPVEYOR_BUILD_NUMBER"
8-
- git submodule update --init
6+
- ps: $env:build_version = (Select-Xml -Path ".\Package.nuspec" -XPath "/package/metadata/version" | Select-Object -ExpandProperty Node).InnerText
7+
- ps: Update-AppveyorBuild -Version "$env:build_version.$env:APPVEYOR_BUILD_NUMBER"
98

109
dotnet_csproj:
1110
patch: false
12-
file: '**\*.csproj'
13-
version: $(build_version)
14-
package_version: $(build_version)
15-
# file_version: $(APPVEYOR_BUILD_VERSION)
1611

1712
before_build:
1813
- cmd: dotnet restore --verbosity q

package.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)