Skip to content

Commit 54e857c

Browse files
committed
Fix CI build error
1 parent c1bbd90 commit 54e857c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
- name: Upload zip
2424
uses: actions/upload-artifact@v2-preview
2525
with:
26-
name: winwebdiff.zip
26+
name: winwebdiff
2727
path: Dist/winwebdiff-*.zip

src/WinWebDiffTest/WinWebDiffTest.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,12 +279,12 @@
279279
</ItemGroup>
280280
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
281281
<ImportGroup Label="ExtensionTargets">
282-
<Import Project="..\..\..\..\packages\tencent.rapidjson.1.1.1\build\tencent.rapidjson.targets" Condition="Exists('..\..\..\..\packages\tencent.rapidjson.1.1.1\build\tencent.rapidjson.targets')" />
282+
<Import Project="$(SolutionDir)packages\tencent.rapidjson.1.1.1\build\tencent.rapidjson.targets" Condition="Exists('$(SolutionDir)packages\tencent.rapidjson.1.1.1\build\tencent.rapidjson.targets')" />
283283
</ImportGroup>
284284
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
285285
<PropertyGroup>
286286
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
287287
</PropertyGroup>
288-
<Error Condition="!Exists('..\..\..\..\packages\tencent.rapidjson.1.1.1\build\tencent.rapidjson.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\tencent.rapidjson.1.1.1\build\tencent.rapidjson.targets'))" />
288+
<Error Condition="!Exists('$(SolutionDir)packages\tencent.rapidjson.1.1.1\build\tencent.rapidjson.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)packages\tencent.rapidjson.1.1.1\build\tencent.rapidjson.targets'))" />
289289
</Target>
290290
</Project>

0 commit comments

Comments
 (0)