Skip to content

Commit

Permalink
尝试加上功能
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Dec 6, 2023
1 parent 566dd95 commit bcf34dc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ jobs:

steps:
- uses: actions/checkout@v1
# - name: Install Nuget
# uses: nuget/setup-nuget@v1
# with:
# nuget-version: '5.x'
- uses: thepwrtank18/install-vs-components@v1
with:
components: Microsoft.Component.CodeAnalysis.SDK,Microsoft.Component.MSBuild,Microsoft.Component.VC.Runtime.UCRTSDK,Microsoft.Net.Component.4.6.2.SDK,Microsoft.Net.Component.4.7.2.TargetingPack,Microsoft.NetCore.Component.DevelopmentTools,Microsoft.NetCore.Component.SDK,Microsoft.VisualStudio.Component.Git,Microsoft.VisualStudio.Component.NuGet,Microsoft.VisualStudio.Component.Roslyn.Compiler,Microsoft.VisualStudio.Component.Roslyn.LanguageServices,Microsoft.VisualStudio.Component.TextTemplating,Microsoft.VisualStudio.Component.VC.ATL,Microsoft.VisualStudio.Component.VC.ATLMFC,Microsoft.VisualStudio.Component.VC.CLI.Support,Microsoft.VisualStudio.Component.VC.CoreIde,Microsoft.VisualStudio.Component.VC.Modules.x86.x64,Microsoft.VisualStudio.Component.VC.Redist.14.Latest,Microsoft.VisualStudio.Component.VC.Tools.x86.x64,Microsoft.VisualStudio.Component.VSSDK,Microsoft.VisualStudio.Component.Windows10SDK.19041
- name: Build
run: .\build.cmd -pack -ci -configuration Debug -prepareMachine /p:Platform=x86
- name: Build CustomWPF
Expand Down

0 comments on commit bcf34dc

Please sign in to comment.