Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
CAP
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
CAP
Commits
abc73158
Commit
abc73158
authored
Aug 13, 2017
by
kiler398
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加网站修复工具
parent
e5d2c0be
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
FixSite.exe
FixSite.exe
+0
-0
FixSite.exe.config
FixSite.exe.config
+6
-0
docPublish.xml
docPublish.xml
+2
-2
No files found.
FixSite.exe
0 → 100644
View file @
abc73158
File added
FixSite.exe.config
0 → 100644
View file @
abc73158
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
configuration
>
<
startup
>
<
supportedRuntime
version
=
"v4.0"
sku
=
".NETFramework,Version=v4.6.2"
/>
</
startup
>
</
configuration
>
\ No newline at end of file
docPublish.xml
View file @
abc73158
...
...
@@ -10,10 +10,10 @@
<webrepUrl>
https://github.com/dotnetcore/dotnetcore.github.io
</webrepUrl>
<docfxPath>
"$(WorkDir)docfx.json"
</docfxPath>
<templatePath>
"$(WorkDir)_exported_templates\default"
</templatePath>
<sitePath>
"$(WorkDir)
\
_site"
</sitePath>
<sitePath>
"$(WorkDir)_site"
</sitePath>
<sourcePath>
$(WorkDir)
</sourcePath>
<pubsitePath>
"$(webDir)$(webName)"
</pubsitePath>
<pdfresourcePath>
"$(WorkDir)
\
pdfresource"
</pdfresourcePath>
<pdfresourcePath>
"$(WorkDir)pdfresource"
</pdfresourcePath>
<SubDirName>
cap
</SubDirName>
<ProjectDir>
$(webDir)$(webName)\$(SubDirName)\
</ProjectDir>
</PropertyGroup>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment