Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
KFC
Manage
Activity
Members
Labels
Plan
Issues
Jira issues
Open Jira
Confluence
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hall of Fame
KFC
Commits
1d968612
Commit
1d968612
authored
1 year ago
by
Sebők Mátyás
Browse files
Options
Downloads
Patches
Plain Diff
STP-00 release profile
parent
525b9f81
No related branches found
No related tags found
Loading
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
KFC/KFC.csproj
+0
-2
0 additions, 2 deletions
KFC/KFC.csproj
KFC/Properties/PublishProfiles/ReleaseProfile.pubxml
+18
-0
18 additions, 0 deletions
KFC/Properties/PublishProfiles/ReleaseProfile.pubxml
with
20 additions
and
4 deletions
.gitlab-ci.yml
+
2
−
2
View file @
1d968612
...
...
@@ -36,11 +36,11 @@ deploy:
stage
:
deploy
script
:
-
echo "Deploy started!"
-
dotnet publish /p:PublishProfile=
Publish
Profile.pubxml -o
publish
-
dotnet publish /p:PublishProfile=
Release
Profile.pubxml -o
releasebinaries
-
echo "Finished deploying"
artifacts
:
paths
:
-
publish
-
releasebinaries
expire_in
:
1 days
only
:
refs
:
...
...
This diff is collapsed.
Click to expand it.
KFC/KFC.csproj
+
0
−
2
View file @
1d968612
...
...
@@ -6,8 +6,6 @@
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishReadyToRun>true</PublishReadyToRun>
<PublisherName>KFC</PublisherName>
</PropertyGroup>
...
...
This diff is collapsed.
Click to expand it.
KFC/Properties/PublishProfiles/ReleaseProfile.pubxml
0 → 100644
+
18
−
0
View file @
1d968612
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<Configuration>
Release
</Configuration>
<Platform>
Any CPU
</Platform>
<PublishDir>
bin\deploy\
</PublishDir>
<PublishProtocol>
FileSystem
</PublishProtocol>
<_TargetId>
Folder
</_TargetId>
<TargetFramework>
net6.0-windows
</TargetFramework>
<RuntimeIdentifier>
win-x64
</RuntimeIdentifier>
<SelfContained>
false
</SelfContained>
<PublishSingleFile>
false
</PublishSingleFile>
<PublishReadyToRun>
true
</PublishReadyToRun>
</PropertyGroup>
</Project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment