1
0
mirror of https://github.com/BDDSM/YY.EventLogReaderAssistant.git synced 2025-07-11 14:20:12 +02:00

Проверка изменений настроек CI #2

This commit is contained in:
YPermitin
2020-04-15 23:00:03 +05:00
parent 7dcab5dbe4
commit 7146f0bea4
3 changed files with 1 additions and 7 deletions

View File

@ -10,6 +10,6 @@ script:
deploy:
skip_cleanup: true
provider: script
script: chmod +x Scripts/deploy.sh && Scripts/deploy.sh $NUGET_API_KEY
script: chmod +x ./Scripts/deploy.sh && ./Scripts/deploy.sh $NUGET_API_KEY
on:
branch: develop

View File

@ -24,11 +24,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{B8BA6C03-F582-4B1D-A3F7-DC437B21CC50}"
ProjectSection(SolutionItems) = preProject
deploy.sh = deploy.sh
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -53,7 +48,6 @@ Global
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A4CAB49D-B34A-4299-B0C4-864A874B10D4} = {B3EA600F-E229-42E8-8FC4-F8097627AF81}
{B8BA6C03-F582-4B1D-A3F7-DC437B21CC50} = {759338A0-58EF-43A6-B9D5-E87F82C4B65A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9F628392-F4A2-4E4C-B478-BDB29B256BA4}