File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
run : nuget restore example\windows\example.sln
32
32
33
33
- name : run CodeGen
34
- run : dotnet run -verbose -winmd % USERPROFILE% \.nuget\packages\microsoft.ui.xaml\2.6.0\lib\uap10.0\Microsoft.UI.Xaml.winmd
34
+ run : dotnet run -verbose -winmd $env: USERPROFILE\.nuget\packages\microsoft.ui.xaml\2.6.0\lib\uap10.0\Microsoft.UI.Xaml.winmd
35
35
working-directory : package\Codegen
36
36
37
37
- name : build TS
Original file line number Diff line number Diff line change 27
27
run : nuget restore example\windows\example.sln
28
28
29
29
- name : run CodeGen
30
- run : dotnet run -verbose -winmd % USERPROFILE% \.nuget\packages\microsoft.ui.xaml\2.6.0\lib\uap10.0\Microsoft.UI.Xaml.winmd
30
+ run : dotnet run -verbose -winmd $env: USERPROFILE\.nuget\packages\microsoft.ui.xaml\2.6.0\lib\uap10.0\Microsoft.UI.Xaml.winmd
31
31
working-directory : package\Codegen
32
32
33
33
- name : build TS
Original file line number Diff line number Diff line change 2
2
"profiles" : {
3
3
"Codegen" : {
4
4
"commandName" : " Project" ,
5
- "commandLineArgs" : " -verbose -winmd .. \\ .. \\ .. \\ .. \\ .. \\ example \\ windows \\ packages \\ Microsoft.UI.Xaml. 2.6.0\\ lib\\ uap10.0\\ Microsoft.UI.Xaml.winmd"
5
+ "commandLineArgs" : " -verbose -winmd %USERPROFILE% \\ .nuget \\ packages \\ microsoft.ui.xaml \\ 2.6.0\\ lib\\ uap10.0\\ Microsoft.UI.Xaml.winmd"
6
6
}
7
7
}
8
8
}
You can’t perform that action at this time.
0 commit comments