publishing

Bintray does not sync one of the artifacts of the package to the jcenter

人走茶凉 提交于 2019-12-01 01:04:56
We've published a package with two artifacts in it ( android and os ) to Bintray: https://dl.bintray.com/gojuno/maven/com/gojuno/commander/ Then we've enabled sync with jcenter for this package, but only one of the artifacts is in sync ( android is synched while os is not): https://jcenter.bintray.com/com/gojuno/commander/ I contacted Bintray through Inbox on bintray.com, Contact Us on bintray.com, Email and Twitter and haven't received reply anywhere, this issue is blocking for the project. I saw similar issue was resolved through StackOverflow Bintray and JCenter not in Sync , so this is my

Publish web application with unsafe code

99封情书 提交于 2019-11-30 21:21:26
I'm trying to publish a web application (with VS2012 Web) in which I need to run a vb script. That script currently doesn't run correctly probably because of the lack of permissions. I am currently trying to run it as a user and supply some credentials. The password I have to provide must be in a System.Security.SecureString which needs a char* to be created. When I run my app in debug everything works fine and as expected. But when comes the time to publish the app to the server, it says : 1>C:\SVN\...\Default.aspx.cs(108,21,108,27): error CS0227: Unsafe code may only appear if compiling with

Publishing a website is not updating my CSS bundles

[亡魂溺海] 提交于 2019-11-30 13:17:05
问题 When I run my code from Visual Studio in release mode, and check the bundled style sheet, I can see my updates to the css files in that bundle. However when I publish the website to the server or my local machine, my changes in the style sheets have not come through. The bundled style sheet is still the old one. I have tried an IIS reset, a clean build/rebuild, deleted all files from the IIS folder and re-published. I am using LESS if that makes any difference. My bundle config: bundles.Add

Where does Eclipse hide the keystore?

柔情痞子 提交于 2019-11-30 08:33:42
I'm surprisingly frustrated by this, and I suspect the answer is simple. I have compiled and signed my android app using the Export Wizard, as described here in the section 'Compile and sign with Eclipse ADT'. I would like to backup the keystore and have it handy for future app updates, but I can't figure out for the life of me where the keystore is saved. I of course can use Eclipse to go through the process, but if something happens to my computer I'll be pretty screwed. Does anyone know where it is stored? It doesn't hide it. One of the first steps of the export (where you create or use

HTTP Error 500.19 when publish .net core project into iis

邮差的信 提交于 2019-11-30 07:46:30
问题 I want to publish a sample .net core web application on my pc's IIS manager but I failed. I am using Microsoft guidance but it doesn't work for me, if you have reasonable experience to fix this problem I would be grateful to see your suggestions. 回答1: The identity under which your web application runs in IIS doesn't have full access to the folder in which the web.config file is found. Which version of IIS are you using? Assuming 7, you can view/change the identity through the 'Advanced

Beta version in Android play store. Where's the opt-in link for testers?

杀马特。学长 韩版系。学妹 提交于 2019-11-29 22:35:17
How to publish beta test-version in Android play store ? I'm trying to allow beta test my phonegap build app in the android play store. I already uploaded a signed apk in the beta tab and added a google+ group with some users inside ... but I'm slightly surprised that I cannot find how to install or even find this app on the testers smartphones. I opted myself as user in the group but cant see a link to the app or something like that. Shouldn't the app be already visible to beta users in the app store? Or do I have to push the publish button? The info popup tells: "Your app can only be used by

How to zip Align APK file in android?

偶尔善良 提交于 2019-11-29 20:54:16
I am uploading my first APK file to google play but I am getting following error. You uploaded an APK that is not zip aligned. You will need to run a zip align tool on your APK and upload it again. Can any one tell me how to zip align my apk file ? Please tell me steps for that ? Read the documentation from Google itself The steps should be simple to follow. Please follow this doc from google for complete publishing details In short,complete steps in a nutshell(I am assuming you use eclipse/android sdk): 1. Check android_manifest.xml and verify that android:debuggable attribute is set to false

Unable to parse response error while uploading screenshots on google play (Android Market)

爱⌒轻易说出口 提交于 2019-11-29 17:48:12
问题 I just signed up with Market and uploaded my app. On the next screen, it is asking me to upload assets. After i choose screen shots for the app and hit upload, it gives me an error saying "Unable to parse response. If you have a browser extension or add-on installedwhich changes the JSON response, please disable and refresh this page." I tried using Firefox, Chrome and IE but i am getting the same error. On the Home page, it says "Your Registration to Google Play is still being processed. You

Publish Website Getting Empty Folder

北城以北 提交于 2019-11-29 16:35:07
问题 I Have Build project with visual studio but when i want to publish my website i get an empty folder and nothing there ! no error or warning , Building directory '/project/Users/'. Pre-compilation Complete ------ Publish started: Project: F:\...\project\, Configuration: Debug Any CPU ------ Connecting to site E:\project... Publishing directory /... ========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ========== ========== Publish: 1 succeeded, 0 failed, 0 skipped ========== e:

In Visual Studio 2012 where does ClickOnce “Publish” expect to find the .Net 4 client profile?

最后都变了- 提交于 2019-11-29 14:32:41
The Publish feature stopped working once I installed Visual Studio 2012. Publish cannot find the prerequisite Microsoft .Net Framework 4 Client Profile (x86 and x64). Previously in Visual Studio 2010 this worked fine. I use 64-bit Windows 7. The exact Visual Studio 2012 error message reads: Error 104 - To enable 'Download prerequisites from the same location as my application' in the Prerequisites dialog box, you must download file 'DotNetFX40Client\dotNetFx40_Client_x86_x64.exe' for item 'Microsoft .NET Framework 4 Client Profile (x86 and x64)' to your local machine. For more information, see