appveyor

Continue after a failing command in appveyor

非 Y 不嫁゛ 提交于 2020-02-25 04:18:25
问题 In appveyor I use the statement: - initexmf --admin --force --mklinks but due to a problem it gives the message: initexmf --admin --force --mklinks Sorry, but "MiKTeX Configuration Utility" did not succeed for the following reason: Script configuration file not found. The log file hopefully contains the information to get MiKTeX going again: C:\ProgramData\MiKTeX\2.9\miktex\log\initexmf_admin.log The system cannot find the path specified. Command exited with code 1 due to the error code the

How to run VCUpgrade before Appveyor build?

别来无恙 提交于 2020-01-02 01:37:47
问题 We distribute a set of Visual Studio 2010 project files. Users are expected to upgrade to suit their taste. Our .appveyor.yml file includes the following images (in addition to configurations and platforms): Visual Studio 2017 Visual Studio 2015 Visual Studio 2013 Visual Studio 2012 Visual Studio 2010 The Visual Studio 2017 build failed with: Build started git clone -q --depth=3 --branch=master https://github.com/noloader/cryptopp.git C:\projects\cryptopp git checkout -qf

How to set PlatformToolset property from MSbuild?

霸气de小男生 提交于 2019-12-31 05:33:04
问题 We are experiencing AppVeyor x64 build failures, and trying a suggestion to set PlatformToolset to DefaultPlatformToolset. The property value is undocumented, so we want to thoroughly test it. We wired DefaultPlatformToolset into our AppVeyor configuration file: test_script: - cmd: >- msbuild /t:Build /p:PlatformToolset=DefaultPlatformToolset cryptlib.vcxproj msbuild /t:Build /p:PlatformToolset=DefaultPlatformToolset cryptest.vcxproj msbuild /t:CopyCryptestToRoot /p:PlatformToolset

Appveyor nuget analyser

泪湿孤枕 提交于 2019-12-23 08:58:53
问题 I'm trying to invent good way to pack my Roslyn analyzer projects into NuGet. It requires specific NuGet package structure with .dll put into \analyzer\ , not \lib\ . For this to work, I have to call nuget pack <name>.nuspec , not nuget pack <name>.csproj . But if I use nuspec , than $version$ tag gets ignored. Seems that my only option is to manually update version in .nuspec on every rebuild. What is correct and right way to accomplish this? 回答1: I just had the same problem. I don't like

bcrypt not a valid win 32 application on azure app service

心不动则不痛 提交于 2019-12-20 03:33:33
问题 In order to do some image processing using the Node library, Sharp, I had to upgrade my node executable on Azure App Service to 64-bits. I did this by downloading the executable manually and then setting its path in IISNode.yml . Unfortunately, when I start the app, it throws the following error: Application has thrown an uncaught exception and is terminated: Error: %1 is not a valid Win32 application. \\?\D:\home\site\wwwroot\node_modules\bcrypt\build\Release\bcrypt_lib.node at Error (native

'pip setup.py bdist_wheel' no longer builds forced non-pure wheels

谁说我不能喝 提交于 2019-12-19 06:28:09
问题 I have a project that compiles with C extensions on Linux, but without them on Windows. When I first generated the wheel files on Windows with python setup.py bdist_wheel , they became universal, and I could not upload them to PyPI as these universal wheels are preferred by pip for installation over the .tar.gz uploads (the result from python setup.py sdist ). The trick around this was to specify in the setup.py : Distribution.is_pure = lambda *args: False or by subclassing Distribution :

AppVeyor build error MSB3774: Could not find SDK “Microsoft.AdMediator.Universal”

倾然丶 夕夏残阳落幕 提交于 2019-12-13 04:45:30
问题 I am getting this MsBuild error when trying to build my Universal Windows Platform (UWP) application with AppVeyor: C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(2048,5): error MSB3774: Could not find SDK "Microsoft.AdMediator.Universal, Version=1.0". [C:\projects\santasegameengine\Source\UI\Santase.UI.WindowsUniversal\Santase.UI.WindowsUniversal.csproj] C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(2048,5): error MSB3774:

Can't deploy Sql Database Project to Azure

▼魔方 西西 提交于 2019-12-12 04:19:19
问题 I have a Sql Database Project and in deploying time, with appveyor, i get this error: Error publishing database: Could not deploy package. Unable to connect to master or target server 'ods-staging'. You must have a user with the same password in master or target server 'ods-staging' . I think that i get this error because the ip address it's not allowed in Azure Database Firework. if this is correct how can i know what are the range of ip addresess that appveyor use? or maybe this error is