File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
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 ..\..\example\windows\ packages\Microsoft.UI.Xaml. 2.6.0\lib\uap10.0\Microsoft.UI.Xaml.winmd
34
+ run : dotnet run -verbose -winmd %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 ..\..\example\windows\ packages\Microsoft.UI.Xaml. 2.6.0\lib\uap10.0\Microsoft.UI.Xaml.winmd
30
+ run : dotnet run -verbose -winmd %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
}
Original file line number Diff line number Diff line change 7
7
"typings" : " lib/index.d.ts" ,
8
8
"scripts" : {
9
9
"build" : " tsc -b" ,
10
- "codegen" : " dotnet run --project codegen -verbose -winmd .. \\ example \\ windows \\ packages\\ Microsoft.UI.Xaml. 2.6.0\\ lib\\ uap10.0\\ Microsoft.UI.Xaml.winmd && yarn build"
10
+ "codegen" : " dotnet run --project codegen -verbose -winmd %USERPROFILE% \\ .nuget \\ packages\\ microsoft.ui.xaml \\ 2.6.0\\ lib\\ uap10.0\\ Microsoft.UI.Xaml.winmd && yarn build"
11
11
},
12
12
"repository" : {
13
13
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments