Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:Cinteros/XrmToolBox.Plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Shytikov committed Apr 20, 2015
2 parents e4b945a + 2d34895 commit 1462747
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 21 deletions.
2 changes: 1 addition & 1 deletion DataUpdateTool/DataUpdateTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<Reference Include="Cinteros.Xrm.FetchXmlBuilder, Version=1.2015.4.15, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Dependencies\Cinteros.Xrm.FetchXmlBuilder.dll</HintPath>
<Private>True</Private>
<Private>False</Private>
</Reference>
<Reference Include="Cinteros.Xrm.XmlEditorUtils">
<HintPath>..\Dependencies\Cinteros.Xrm.XmlEditorUtils.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Join the chat at
https://gitter.im/Cinteros/XrmToolBox.Plugins](https://img.shields.io/badge/GITTER-join%20chat-green.svg)](https://gitter.im/Cinteros/XrmToolBox.Plugins?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build status](https://ci.appveyor.com/api/projects/status/cgg4px00f59kaem8/branch/master?svg=true)](https://ci.appveyor.com/project/rappen/xrmtoolbox-plugins/branch/master)
[![Build status](https://ci.appveyor.com/api/projects/status/p1of4cxsyl4938sm/branch/master?svg=true)](https://ci.appveyor.com/project/rappen/xrmtoolbox-plugins/branch/master)
[![Open issues](https://img.shields.io/github/issues/Cinteros/XrmToolBox.Plugins.svg)](https://github.com/Cinteros/XrmToolBox.Plugins/issues/)

This tool set is written for the [XrmToolbox](http://www.xrmtoolbox.com/) by
Expand Down
37 changes: 18 additions & 19 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,28 @@
version: '{build}.{branch}.$(APPVEYOR_REPO_COMMIT)'
version: '{build}'
branches:
only:
- master
skip_tags: true
configuration: Release
platform: Any CPU
shallow_clone: true
init:
- SET /A "year=%Date:~10,4%"
- SET /A "month=%Date:~4,2%"
- ps: Update-AppveyorBuild -Version "1.$(Get-Date -format yyyy.M).$env:appveyor_build_number"
assembly_info:
patch: true
file: VersionInfo.cs
assembly_version: 1.$(year).$(month).${build}
assembly_file_version: 1.$(year).$(month).${build}
assembly_informational_version: $(APPVEYOR_REPO_COMMIT)
file: '**\VersionInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
build:
parallel: true
verbosity: normal
verbosity: minimal
after_build:
- 7z a XrmToolBox.Plugins-%APPVEYOR_REPO_COMMIT:~0,7%.zip %APPVEYOR_BUILD_FOLDER%\Output\%CONFIGURATION%\Cinteros.Xrm.*.dll
- appveyor PushArtifact XrmToolBox.Plugins-%APPVEYOR_REPO_COMMIT:~0,7%.zip
- 7z a Cinteros.XrmToolBox.Plugins_%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\Output\%CONFIGURATION%\Cinteros.Xrm.*.dll
- appveyor PushArtifact Cinteros.XrmToolBox.Plugins_%APPVEYOR_BUILD_VERSION%.zip
deploy:
- provider: GitHub
tag: 1.$(year).$(month).${build}
auth_token:
secure: 93a1a2Zfpvh/BMCM/kyXS/shMcTeSWdv4uRffo2UPAuO4+hq7qSX9bwoYbj9sv5W
prerelease: true
- provider: Environment
name: GitHubCintXTB
- provider: FTP
host: rappen.net
protocol: ftp
username: Jonas
password:
secure: tlAywufGDNedgIwqqBUmsA==
folder: rappen/Cinteros

0 comments on commit 1462747

Please sign in to comment.