File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
MahMaterialDragablzMashUp Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 4545 MDIXColorsVersion : ${{ inputs.mdix-colors-version }}
4646 MDIXMahAppsVersion : ${{ inputs.mdix-mahapps-version }}
4747
48- - name : Generate Version File
49- run : echo ${{ inputs.mdix-version }} > src/MainDemo.Wpf/version.txt
50-
5148 - name : Test
5249 timeout-minutes : 20
5350 run : dotnet test ${{ env.solution }} --configuration ${{ inputs.build-configuration }} --no-build --blame-crash --logger GitHubActions
Original file line number Diff line number Diff line change 3636 <Button Content =" Hello World" />
3737 <Button Content =" Nice Popup" />
3838 <Button Content =" Goodbye" />
39- <Button Content =" Version" />
4039 </StackPanel >
4140 </wpf : PopupBox >
4241 </controls : WindowCommands >
Original file line number Diff line number Diff line change 3838 <ListBoxItem Content =" Hello World" />
3939 <ListBoxItem Content =" Nice Popup" />
4040 <ListBoxItem Content =" Goodbye" />
41- <ListBoxItem Content =" Version" />
4241 </ListBox >
4342 </materialDesign : PopupBox >
4443
You can’t perform that action at this time.
0 commit comments