Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SPPageDeployer
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Coscine
backend
scripts
SPPageDeployer
Merge requests
!5
Product/702 create user profile
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Product/702 create user profile
Product/702-createUserProfile
into
Sprint/2020-10
Overview
0
Commits
2
Pipelines
2
Changes
1
Merged
Product/702 create user profile
Benedikt Heinrichs
requested to merge
Product/702-createUserProfile
into
Sprint/2020-10
Jun 18, 2020
Overview
0
Commits
2
Pipelines
2
Changes
1
coscine/issues#702
Edited
Jun 18, 2020
by
Marcel Nellesen
0
0
Merge request reports
Compare
Sprint/2020-10
Sprint/2020-10 (base)
and
latest version
latest version
f5b0d8b7
2 commits,
Jun 18, 2020
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/SPPageDeployer/SPPageDeployer.csproj
+
1
−
1
View file @ f5b0d8b7
Edit in single-file editor
Open in Web IDE
Show full file
@@ -28,7 +28,7 @@
<WarningLevel>
4
</WarningLevel>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "
>
<PlatformTarget>
AnyCPU
</PlatformTarget>
<PlatformTarget>
x64
</PlatformTarget>
<DebugType>
pdbonly
</DebugType>
<Optimize>
true
</Optimize>
<OutputPath>
bin\Release\
</OutputPath>
Loading